@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
14 lines (9 loc) • 434 B
Markdown
## Managing the Focus
The ChipList is a single tab-stop component and implements roving tabindex strategy.
## Keyboard Shortcuts
| Shortcut | Behavior |
| -------- | -------- |
| `RightArrow` | Focuses the next chip in the chiplist. |
| `LeftArrow` | Focuses to the previous chip in the group. |
| `Enter/Space` | Triggers a click action on the chip. |
| `Delete/Backspace` | Removes the chip when delete action is configured. |