Reputation: 149
https://angular-ui.github.io/bootstrap/ with the Static arrays example in the Typeahead section...
If I wanted to do something like being able to select multiple states, one after the other, how would I add that into the Typeahead code? Also, is there anyway that when I click the input - it shows all the selections possible with a scroll bar?
Edit: I really like this one however it doesn't allow for multi-select: http://ghiden.github.io/angucomplete-alt/
Upvotes: 4
Views: 2392
Reputation: 149
Here is what I ended up using: https://github.com/tamtakoe/oi.multiselect
Upvotes: 2
Reputation: 2163
try to use chosen:
Chosen works very well with angular and css frameworks, because chosen only hide your original multiselect component, without affect DOM parts.
Upvotes: 0