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