Props & events

Attributes & behavior classes

This is a CSS-only component — page-level JavaScript owns filtering, opening/closing, and selection.

Attribute / classPurpose
role="combobox" / aria-autocomplete="list"Required on the text input for correct semantics
aria-selected="true"Highlights the currently-matched entry
aria-disabled="true"Dims an individual option

Events

FlickUI ships no JavaScript behavior for this component — it is styling only.

This component is purely presentational — it emits no JavaScript events.