stimulus-textarea-autogrow
stimulus-textarea-autogrow copied to clipboard
A Stimulus controller for autogrowing textarea.
All packages have been renamed and scoped, but not this one. Current: ```bash bin/importmap pin stimulus-textarea-autogrow ``` Expected: ```bash bin/importmap pin @stimulus-components/textarea-autogrow ```
I have to make some textareas visible/hidden depending on radio selector, when I reveal one it has like 1/2 line height and I need to enter any character to make...
Description: The current behavior of the textarea autogrow causes scrolling problems, the scrollbar may jump or scroll unexpectedly, see video below. I believe the bug arises from the reflow caused...
when text is input field is longer than screen width, and you try to type anything, **it jumps your screen down.** this renders the stimulus-textarea-autogrow unusable in any real scenario...
I added a feature of max height so the textarea doesn't grow past that. After max-height the overflow style switches to scroll and it switches back to hidden if you...