Skip to main content

mo.ui.multiselect

Create a multiselect dropdown for selecting multiple options.

Signature

Parameters

Sequence[str] | dict[str, Any]
required
List of options or dictionary mapping labels to values
Sequence[str]
Initially selected values
str
default:"''"
Markdown label for the multiselect
bool
default:"False"
Whether multiselect takes full width
int
Maximum number of selections allowed

Examples