Answers for "auto resize input text height"

2

input width autosize

<input 	id="txt" 
		type="text" 
        onkeypress="this.style.width = (this.value.length + 1) + 'em';">
Posted by: Guest on October-26-2020
1

how to increase height of input box in css

input {
    line-height: 20px;
}
Posted by: Guest on January-20-2022

Browse Popular Code Answers by Language