lordfriend / nya-bootstrap-select

An AngularJS select replacement which build select like dropdown component with collection and ng-model support
http://nya.io/nya-bootstrap-select/
MIT License
178 stars 80 forks source link

Master #180

Closed capesean closed 6 years ago

capesean commented 6 years ago

Allow deselecting the option in single mode.

lordfriend commented 6 years ago

deselecting in single mode is not designed featured. And your implement will make multiple mode fail by comparing current select value with the $viewValue which is an array)