Just wondering how you guys are overcoming the issue of resizing textarea’s on page load and while typing when using livewire, based on the content of the textarea.
I’m trying to avoid using jquery.
Just wondering how you guys are overcoming the issue of resizing textarea’s on page load and while typing when using livewire, based on the content of the textarea.
I’m trying to avoid using jquery.
Yea sure @skywalker. I have a textarea on a page, as I type in the textarea I want it to auto expand as I type rather than it creating scrollbars.
Also, when I go to my edit content page, the description field may have a large amount of text inside, again, I want the textarea to auto expand to fit the content.