Answers for "width not changing input"

0

input width doesn't increase automatically

<input id="txt" type="text" onkeypress="this.style.width = ((this.value.length + 1) * 8) + 'px';">
Posted by: Guest on June-15-2021

Browse Popular Code Answers by Language