components/combobox
@fungi.computer/caps / components/combobox
components/combobox
Section titled “components/combobox”Type Aliases
Section titled “Type Aliases”ComboboxItemState
Section titled “ComboboxItemState”ComboboxItemState =
object
Intrinsic focus and selection state supplied when rendering a Combobox item.
Properties
Section titled “Properties”active
Section titled “active”active:
boolean
disabled
Section titled “disabled”disabled:
boolean
selected
Section titled “selected”selected:
boolean
ComboboxProps
Section titled “ComboboxProps”ComboboxProps<
T> > =ComboboxBaseProps<T> > &ComboboxInlineProps|ComboboxPopupProps&ComboboxValueProps<T>>
Props accepted by Combobox.
Type Parameters
Section titled “Type Parameters”T
Variables
Section titled “Variables”ComboboxTrigger
Section titled “ComboboxTrigger”
constComboboxTrigger:ForwardRefExoticComponent<ButtonHTMLAttributes<HTMLButtonElement> > &RefAttributes<HTMLButtonElement>>>>
The same molded field face as Select, for caller-owned selection summaries.
Combobox
Section titled “Combobox”
constCombobox: <T>>(props) =>ReactElement
A searchable selection primitive with caller-owned values and intrinsic keyboard navigation.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”object & ComboboxProps<T>
Returns
Section titled “Returns”ReactElement