amitava82 / angular-multiselect

[NOT MAINTAINED]Native AngularJS multiselect directive
http://amitava82.github.io/angular-multiselect
MIT License
140 stars 124 forks source link

Uncheck all for single should uncheck ALL, not filtered elements. #97

Closed TiS closed 7 years ago

TiS commented 7 years ago

Uncheck all for single should uncheck ALL, not filtered elements.

Why? Because for single select filter is used to find next option to select. If we select it, we should uncheck all previously checked options.