A dropdown
A dropdown can be used to select between choices in a form
A selection dropdown can allow a user to search through a large list of choices.
A selection dropdown can allow multiple selections
Using maxSelections
lets you force a maximum number of selections. You can also use form validation rules to specify minimum and maximum validation settings for multi-selects inside forms.
Using allowAdditions: true
gives users the ability to add their own options. This can work with either single or multiple search select dropdowns
Sometimes multiselect include options which are long and would appear awkwardly as labels. Setting useLabels: false
will display a selected count, and allow reselection directly from the menu.
You can reset a form field to its placeholder value.