Module components/selects/MultiSelect
Functions
default
- default(__namedParameters: { label: string; onSelect: (newValue: IndexPath[]) => void; placeholder?: string; sValue: IndexPath[]; values: string[] } & Omit<SelectProps, "onSelect">): Element
-
Parameters
-
__namedParameters: { label: string; onSelect: (newValue: IndexPath[]) => void; placeholder?: string; sValue: IndexPath[]; values: string[] } & Omit<SelectProps, "onSelect">
Returns Element
Displays a dropdown menu where the user can select multiple values