# Vue Chip Input Component Accessibility

> Detailed overview of the accessibility features implemented in CoreUI Vue Chip Input, ensuring compliance with WAI-ARIA guidelines.

## Accessibility

The Vue Chip Input component follows WAI-ARIA authoring practices:

- `aria-disabled` and `aria-readonly` attributes for state indication
- Label association via `for` and `id` attributes
- Proper keyboard focus management
- Screen reader friendly chip removal announcements
- Focusable chips with `tabindex` management
