Docs / Components
SenseAutocompleteComponent
Filterable combobox with suggestions panel, Escape to close, and forms CVA support from @artificialsenselabs/ui.
Live demo: run nx serve showcase and open /components/autocomplete (port 4202).
Overview
Category: Form controls. Selector: sense-autocomplete. Import: import { SenseAutocompleteComponent } from '@artificialsenselabs/ui';
Accessibility
- Input is associated with a listbox of filtered suggestions.
- Toggle button opens the panel; Escape closes it.
- Disabled state prevents panel interaction.