indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

How to limited amount selected items/tags #32

Closed samuelsiau closed 8 years ago

samuelsiau commented 8 years ago

Hi there,

I really like your angular-selector. I need to limit the amount options sit inside the .selector-input. e.g 10 options. As a user can only pick 5. So all options are visible but a user would only be able to select up to 5.

indrimuska commented 8 years ago

Hi @samuelsiau, this feature is not implemented yet, but it could be very useful for the all users. Anyway I don't have too much spare time to perform this in the next days, but if you want to make a PR I will be happy to review it. :)

indrimuska commented 8 years ago

FYI this feature is now available in the latest version 1.5.0.