Select
constSelect: <Value,Multiple>(props) =>Element=SelectPrimitive.Root
Defined in: packages/react/src/components/ui/select.tsx:7
Groups all parts of the select. Doesn’t render its own HTML element.
Documentation: Base UI Select
Type Parameters
Section titled “Type Parameters”Value
Multiple
Section titled “Multiple”Multiple extends boolean | undefined = false
Parameters
Section titled “Parameters”Props<Value, Multiple>
Returns
Section titled “Returns”Element