Editable combobox (input + listbox) implementing the APG pattern. Compose with
<ComboboxInput>, <ComboboxList>, and <ComboboxOption>. The enhancer adds
filtering, aria-activedescendant navigation, and selection; the committed
value works uncontrolled (defaultValue) or controlled (value +
onValueChange).
Editable combobox (input + listbox) implementing the APG pattern. Compose with
<ComboboxInput>,<ComboboxList>, and<ComboboxOption>. The enhancer adds filtering,aria-activedescendantnavigation, and selection; the committed value works uncontrolled (defaultValue) or controlled (value+onValueChange).