Custom multiselect which has the functionality to add new items through the select
Check out the original Multiselect:
https://github.com/amitava82/angular-multiselect
Native AngularJS multiselect directive.
Example: http://pwallrich.github.io/angular-multiselect/
Contributions welcome!
npm install angular-multiselect
OR
bower install pwallrich-angular-multiselect
OR
Include multiselect.js and multiselect.tmpl.html or multiselect-tpls.js (it has template included) from dist folder.
Please look into the example.
Please look into angularjs doc here https://code.angularjs.org/1.2.27/docs/api/ng/directive/select for options format (array data source)
(these issues might be fixed if I have the time. Just edited the original work to fix my needs right now) (feel free to fix the issues)
- When adding new item, list gets deselected
- not working for properties oj objects just for simple variables
The MIT License