How to make `textarea` auto-resize with Alpine.js
- Dominant language
- Elixir
- Stars
- 18
- Forks
- 0
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 3
Description
At present we have a **``** for capturing **`items`** 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
+ [ ] Research how to make the **`<textarea>` resize _automatically_** depending on the content.
+ [ ] Should not expand more than the height of the screen minus the **`keyboard`**.
Starting point: https://benborgers.com/posts/alpine-textarea-auto-resize + https://youtu.be/z7130uJ3H7w
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.