Usage
Placeholder can be given. Maximum lenght of text area can be specified.
Guidance
- Consider setting as auto sizeable by giving min and max rows to automatically size displayed text area by entering data.
- Consider activating allow clear to let users remove entered text by clicking on X icon.
When to use
- Use Textarea for long text data input.
Additional info
- Consider activating show count to display total number of characters in text during data entering.
- Consider using bordered to emphasize in dense environments.
Variations
- The updatable properties of Textareas are placeholder and max lenght.
- The updatable behaviours of Textareas are allow clear, auto size, bordered and show count.
- The updatable style features of Textareas are margin, padding, size, overflow, typography, background, border, effects and css.
- The updatable style features of Textarea Placeholder are margin, padding, typography and css.
- The usable dynamic properties of Textareas are allowClear, autoSize, minRows, maxRows, bordered, maxLenght, showCount, hidden and style.