Menu
Components
Autocomplete
Live compiled demo for the Autocomplete component contract.
Design
Development
| data-state | open, closed, checked, unchecked, highlighted, disabled |
|---|---|
| keyboard | Arrow keys open and move over enabled suggestions; Escape closes suggestions |
| change reasons | input, option-select, typeahead, programmatic |
Usage
A text input that suggests matching options as you type while keeping native typing intact.
- Import the versioned component from
@kovojs/ui/autocomplete. - Copy the source into your app with
kovo add autocompletewhen product code should own the implementation.
Source
- Package source:
packages/ui/src/autocomplete.tsx - Gallery fixture:
examples/gallery/src/demo-fixtures.tsx - Interactive demo:
examples/gallery/src/interactive/autocomplete-demo.tsx
Behavior contract
The rendered fixture above includes the component contract table. Interactive pages compile the authored TSX demo and then lift the same contract table from the static fixture, so the visible behavior and documented ARIA/data-state surface stay together.