optionsrequired The choices, as value and label pairs. | SelectOptionType[] | — |
value The selection. An array when multiple is set. | string•string[] | — |
emptyState Shown when a search matches nothing. | ReactNode | No results |
onSelect Called with the new selection. | (value: string | string[]) => void | — |
placement Which side the list opens on. | top•right•bottom•left•top-start•top-end•right-start•right-end•bottom-start•bottom-end•left-start•left-end | — |
searchable Add a filter field above the options. | boolean | false |
| string | — |
| React.CSSProperties | — |
fillWidth Match the parent's width. | boolean | true |
multiple Allow more than one choice. | boolean | false |
| …and every InputProps prop | inherited | — |
| …and every DropdownWrapperProps prop | inherited | — |
| string | — |
| string | — |
| SpacingToken | — |
| SpacingToken | — |
| SpacingToken | — |