-
Notifications
You must be signed in to change notification settings - Fork 83
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
[text-field] vaadin-text-area should not constrain minimum size to 2 lines #1363
Comments
I think this holds also for Lumo: a text area should have a configurable minimum row height setting, but by default should have a single row (basically a text field able to grow). |
Things that need to be configurable: TextArea aria-label Button label, icon and theme Fixes #16
We need this too. ( I was able to use JavaScript to auto shrink the textarea in Vaadin 8 ) |
As a workaround, you need to be able to set |
In MD would be desirable to start writing with one line. It makes easier to align visually with other elements.
Found during MD UX tests
The text was updated successfully, but these errors were encountered: