remix/ui/select/primitives · Interface

View Source

SelectContextProps

Signature

interface SelectContextProps {
  children?: RemixNode
  defaultLabel: string
  defaultValue?: string | null
  disabled?: boolean
  labelSwapDelayMs?: number
  name?: string
}