New to Telerik UI for ASP.NET Core? Start a free 30-day trial
Keyboard Navigation
The keyboard navigation of the ChipList is always available.
For a runnable example, refer to the demo on using the keyboard navigation of the ChipList.
The ChipList supports the following keyboard shortcuts:
SHORTCUT | DESCRIPTION |
---|---|
RightArrow | Focuses the next chip in the ChipList. |
LeftArrow | Focuses to the previous chip in the group. |
Enter or Space | Triggers a click action on the chip. |
Delete or Backspace | Removes the chip when a delete action is configured. |