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
179 stars 81 forks source link

Possible bug: Model updates does not update button text and check-box items #108

Open jonkri opened 8 years ago

jonkri commented 8 years ago

I have noticed that the check-box class for list items is not removed when the selected item is removed from the model (at least when using multiple). The same goes for the button text, which continues to mention the removed model items.

Are these bugs?

Cheers!

krunalshah68 commented 8 years ago

+1

lordfriend commented 8 years ago

There are no check-box class. Maybe you are saying about check-mark class.

krunalshah68 commented 8 years ago

@lordfriend the bug here is that if you remove an selected item from the model of the dropdown it is not being reflected in the UI of the dropdown as in the element inside the dropdown still persists ticked and button text is also not being changed.

lordfriend commented 8 years ago

@krunalshah68 If you can provide a jsfiddle example, it'll be helpful to address the true issue

krunalshah68 commented 8 years ago

okay sure will provide a jsfiddle ASAP.