OptionalautoHighlight?: booleanHighlight the first match automatically while typing. Defaults to true.
OptionaldefaultValue?: stringInitial committed value; pre-fills the input.
Optionalfilter?: booleanHide options that don't match the typed query. Defaults to true.
OptionalonOpenChange?: (open: boolean) => voidCalled after the listbox expands or collapses.
OptionalonValueChange?: (value: string) => voidCalled with the committed value after a selection or setValue.
Options for enhanceCombobox.