UNPKG

alpinejs-textarea-grow

Version:

Autogrow textarea elements with Alpine JS

2 lines (1 loc) 162 B
function e(i){i.directive("grow",t=>{t.addEventListener("input",()=>{t.style.height="auto",t.style.height=`${t.scrollHeight}px`})})}var d=e;export{d as default};