Skip to content

components/combobox

@fungi.computer/caps


@fungi.computer/caps / components/combobox

ComboboxItemState = object

Intrinsic focus and selection state supplied when rendering a Combobox item.

active: boolean

disabled: boolean

selected: boolean


ComboboxProps<T> > = ComboboxBaseProps<T> > & ComboboxInlineProps | ComboboxPopupProps & ComboboxValueProps<T>>

Props accepted by Combobox.

T

const ComboboxTrigger: ForwardRefExoticComponent<ButtonHTMLAttributes<HTMLButtonElement> > & RefAttributes<HTMLButtonElement>>>>

The same molded field face as Select, for caller-owned selection summaries.


const Combobox: <T>>(props) => ReactElement

A searchable selection primitive with caller-owned values and intrinsic keyboard navigation.

T

object & ComboboxProps<T>

ReactElement