angular-ui / ui-select2

AngularJS wrapper for select2 (deprecated, use angular-ui/ui-select)
https://github.com/angular-ui/ui-select
MIT License
596 stars 443 forks source link

Maximum Selection Length doesn't seem to be working #295

Open grevory opened 8 years ago

grevory commented 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>

eversionsystems commented 7 years ago

You're probably using an older version of the script which uses the option "maximumSelectionSize" instead.