angular-ui / ui-select2

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

maximumSelectionLength doesn't work when 'closeOnSelect : false' #300

Closed ShubhamSonawane closed 8 years ago

ShubhamSonawane commented 8 years ago
$('.autoComplete').select2({
closeOnSelect: false,
maximumSelectionLength: 3
});