Allow textarea to vertically auto-grow (CSS only) #43
anthony-robin
started this conversation in
Ideas
Replies: 1 comment
-
This will be awesome when it works cross browser but since it doesn't I don't want to bring it into the project yet. Here's what I've been using for auto resize textarea heights: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By using
field-sizing: content
on textarea, it allows to auto-grow field vertically, which is far more pleasant than to have to resize manually.It seems that few browsers support it for now (https://caniuse.com/?search=field-sizing%3A%20content) so let me know if you think it has its seat on picocss or not.
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions