Overview
Input Text is a form entry component, where users can enter a customized text or string.
Input Text can limit the number of characters with its max
and min
properties.
Usage
- Text or string submissions in forms
Sample
Accessibility
Keyboard navigation
Key | Function |
---|---|
Tab | Moves focus in and out of the component. |
Tab and Shift | Moves focus in and out of the component. |
Esc | When clearable is true , clears the component's value . |