Overview
Input Number is a form entry component, where users can enter a number to submit.
Input Number can limit the number of characters with max
and min
, as well as limit the values with its min
and max
properties.
Usage
- Number 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 . |