Remix
Remix
remix/ui/select · InterfaceView Source

SelectContextProps

Signature

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