Replies: 1 comment
-
Thanks for starting this conversation. It really shows the importance of a library like ours. I need to say that adding this particular dependency to our project isn't possible. We need something that works with all JavaScript frameworks, and adding this would make setting up Park UI way more complex. I thought about adding the code directly to the textarea component, but that turned out to be too complicated. But here's some good news: I found some promising talks on Twitter about a CSS-based autosize solution. If you can make this work, I'd be happy to include it in Park UI. It would be a great help and really improve our project. |
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.
-
I've used park ui in two projects now, and I always end up needing to use something like https://www.npmjs.com/package/react-textarea-autosize
It would be nice if the default textarea component had that option built-in.
Beta Was this translation helpful? Give feedback.
All reactions