Auto Adjust Height of Textarea based on content

Аватар автора
Знакомство с CSS
Auto Adjust Height of Textarea based on content function auto_grow(element){ element.style.height = "5px"; element.style.height = (element.scrollHeight)+"px"; }

0/0


0/0

0/0

0/0