- Preparing search index...
- The search index is not available
@fold-dev/core
- SelectList(props): ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: {
as?: "virtual" | "default";
cursor?: number;
footer?: ReactElement<any, string | JSXElementConstructor<any>>;
header?: ReactElement<any, string | JSXElementConstructor<any>>;
noFocus?: boolean;
noOptionsComponent?: any;
onCursorUpdate?: any;
onOptionClick?: any;
optionComponent?: any;
options?: any[];
selected?: (string | number)[];
virtualProps?: SelectListVirtual;
} & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>
Returns ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.