<!-- Auto-generated by `velinstyle docs generate`. Do not edit. Source: components/velin-combobox.js -->

# <velin-combobox>

Source: `components/velin-combobox.js`

## Accessibility
WCAG contract status: **pass** (framework target: AAA).

- **Roles:** `combobox`, `listbox`
- **Keyboard:** Roving, Escape, Enter
- **Required attributes:** `aria-label`

## Attributes
| Attribute | Notes |
| --- | --- |
| `open` | Observed — triggers `attributeChangedCallback` when changed |
| `aria-label` | Observed — triggers `attributeChangedCallback` when changed |
## Events
- `velin-close` (bubbles)
- `velin-select` (bubbles)
## CSS parts
- `listbox`
## Slots
- `(default)`
- `trigger`
## Public API
| Kind | Name |
| --- | --- |
| Method | `close()` |
| Method | `open()` |
| Method | `toggle()` |
