@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
15 lines (8 loc) • 429 B
Markdown
## Managing the Focus
The NumericTextBox provides a standard focusable input.
## Keyboard Shortcuts
The MaskedTextBox supports the default input cursor navigation with the `Left Arrow` and `Right Arrow` keys.
| Shortcut | Behavior |
| -------- | -------- |
| `Up Arrow` | Increases the value of the focused NumericTextBox with the step. |
| `Down Arrow` | Decreases the value of the focused NumericTextBox with the step. |