How to make textarea
auto-resize with Alpine.js
#3
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
enhancement
New feature or enhancement of existing functionality
help wanted
If you can help make progress with this issue, please comment!
priority-1
Highest priority issue. This is costing us money every minute that passes.
research
Research required; be specific
spike
The simplest possible experiment to explore potential solutions to a problem
T2h
Time Estimate 2 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
At present we have a
<textarea>
for capturingitems
in the MVP App:If we input too much text into the
<textarea>
it starts to scroll which is a poor experience on mobile.On desktop it kinda works to have a smaller box ...
But it would also be nice to tidy up the UX around the input area.
Todo
<textarea>
resize automatically depending on the content.keyboard
.Starting point: https://benborgers.com/posts/alpine-textarea-auto-resize + https://youtu.be/z7130uJ3H7w
The text was updated successfully, but these errors were encountered: