ComboboxContextProps

View Source

Signature

interface ComboboxContextProps {
  children?: RemixNode;
  defaultValue?: string | null;
  disabled?: boolean;
  name?: string;
  ref?: (handle: ComboboxHandle) => void;
}