-
Notifications
You must be signed in to change notification settings - Fork 191
Allow vertically resizing Textarea #1933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: e9b9750 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@simotae14 Could you check this PR? |
Hi @spruce, thank you so much for your contribution. I will let you know about our decision. |
Hey @spruce, thanks a lot for your contribution. I made a little adjustment to the PR after checking on the storybook. Feel free to give it a try. |
@Adzouz could we make it possible to disable resizing? |
Done ✅ |
Nice. Works as I need it. Thank you very much. 👍 |
Well done @spruce 👌 |
Can one of you @jhoward1994 or @butcherZ can take a look at this one please? 🙏 |
As described in strapi#1916 it would be nice to resize Textareas for better editing. In a later PR it would be nice to add the ability to specify another min-height's for each textarea input
What does it do?
Changed the height attribute to min-height and allowed the textarea to be resized.
Why is it needed?
As described in #1916 it would be nice to resize Textareas for better editing. In a later PR it would be nice to add the ability to specify another min-height's for each textarea input
How to test it?
Create a new multiline text input in any entity and then go to the content view of that entity and see that the textarea is resizeable
Related issue(s)/PR(s)
Fixes #1916