-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat(textarea): allow multi-row textarea #16
Conversation
when rows are provided to a textarea, the fixed height is removed and set to "auto"
@i8ramin this is cool, could you add a story for it in storybook? So we can visually track it with chromatic. |
There was actually already a storybook. It was just using the wrong attribute -- 881e1d2#diff-9008c83448da3b291989f05165b793edR68 |
Co-Authored-By: i8ramin <49030+i8ramin@users.noreply.github.com>
Co-Authored-By: i8ramin <49030+i8ramin@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Ramin!
@allcontributors[bot] please add @i8ramin for code |
I've put up a pull request to add @i8ramin! 🎉 |
when rows are provided to a textarea, the fixed height is removed and set to "auto"