Text Area is a multiple line text input control.
Overview
Text Area allows users to enter a sizeable amount of free form text.
Usage
- Collect user inputs like comments or reviews in forms
Sample
Accessibility
Keyboard navigation
Key | Function |
---|---|
Tab | Moves focus to the next focusable element. If the currently focused element is the last element, focus will leave the component. |
Tab and Shift | Moves focus to the previous focusable element. If the currently focused element is the first element, focus will leave the component. |