-
Notifications
You must be signed in to change notification settings - Fork 0
How to make textarea auto-resize with Alpine.js #3
Copy link
Copy link
Open
Labels
T2hTime Estimate 2 HoursTime Estimate 2 HoursdiscussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityhelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-1Highest priority issue. This is costing us money every minute that passes.Highest priority issue. This is costing us money every minute that passes.researchResearch required; be specificResearch required; be specificspikeThe simplest possible experiment to explore potential solutions to a problemThe simplest possible experiment to explore potential solutions to a problemtechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Description
Metadata
Metadata
Assignees
Labels
T2hTime Estimate 2 HoursTime Estimate 2 HoursdiscussShare your constructive thoughts on how to make progress with this issueShare your constructive thoughts on how to make progress with this issueenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityhelp wantedIf you can help make progress with this issue, please comment!If you can help make progress with this issue, please comment!priority-1Highest priority issue. This is costing us money every minute that passes.Highest priority issue. This is costing us money every minute that passes.researchResearch required; be specificResearch required; be specificspikeThe simplest possible experiment to explore potential solutions to a problemThe simplest possible experiment to explore potential solutions to a problemtechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
At present we have a

<textarea>for capturingitemsin 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