A user input component that allows users to select a single or multiples value(s) from a searchable list of options.

Fields

NameTypeDescriptionOptions
LabelText--
Allow Multi-selectBooleanSelect more than one option from the dropdown.-
OptionsKey-ValueKey-value object with options. Must be a JSON string or a state reference to a dictionary.-
PlaceholderTextText to show when no options are selected.-
Maximum countNumberThe maximum allowable number of selected options. Set to zero for unlimited.-
AccentColor--
Primary textColor--
Chip textColorThe colour of the text in the chips.-
Container backgroundColor--
SeparatorColor--
Custom CSS classesTextCSS classes, separated by spaces. You can define classes in custom stylesheets.-

Events