remix/ui/listbox · Interface

View Source

ListboxRegisteredOption

Signature

interface ListboxRegisteredOption {
  disabled?: boolean
  hidden: boolean
  id: string
  label: string
  node: HTMLElement
  textValue?: SearchValue
  value: string
}