DEV/CSS
Autogrowing textarea
young.gratia
2022. 3. 11. 13:26
https://css-tricks.com/the-cleanest-trick-for-autogrowing-textareas/
The Cleanest Trick for Autogrowing Textareas | CSS-Tricks
Earlier this year I wrote a bit about autogrowing textareas and inputs. The idea was to make a <textarea> more like a <div> so it expands in
css-tricks.com
입력 내용에 따라 자동으로 텍스트 입력 영역 높이가 늘어났다 줄어났다 하도록 만드는 기법. 예전에 이거 비슷한 거를 div 요소에 content editable 속성을 써서 구현한 적이 있는거 같은데! 이렇게 구현할 수도 있구나. 재밌다.