Answers for "html textarea auto expand height"

1

make textarea auto height

function autoResize() {
	console.log('resizing');
	textInput.style.height = (textInput.scrollHeight) + 'px';
}
Posted by: Guest on September-05-2021
0

textarea self expandable height

<span class="input" role="textbox" contenteditable>99</span>
Posted by: Guest on January-26-2021

Browse Popular Code Answers by Language