Open grevory opened 8 years ago
The following code doesn't limit multiple selections for me. Does that option work for ui-select2?
<select ui-select2="{ maximumSelectionLength: 2 }" multiple><option>...</option></select>
You're probably using an older version of the script which uses the option "maximumSelectionSize" instead.
The following code doesn't limit multiple selections for me. Does that option work for ui-select2?
<select ui-select2="{ maximumSelectionLength: 2 }" multiple><option>...</option></select>