## 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. |
