jmix-docs
jmix-docs copied to clipboard
Improve TextArea doc
Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/textArea.html
- Worth mention that the input
TextArea
, unlikeTextField
, can only be of typeString
. - Worth mention that unless set to a fixed height, Text Area adjusts its height automatically based on its content. The default and minimum height is two rows of text.
- Add
css
,ariaLabel
,ariaLabelBy
,focusShortcut
common attributes - Don't use
px
in code samples. Useem
instead. By default1em
=16px
, so300px
can be replaced with20em
(aka 320px) - Add Style variants description and examples: See Vaadin doc