Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

make textarea auto height

function autoResize() {
	console.log('resizing');
	textInput.style.height = (textInput.scrollHeight) + 'px';
}
 
PREVIOUS NEXT
Tagged: #textarea #auto #height
ADD COMMENT
Topic
Name
7+5 =