bentorfs / angular-bootstrap-multiselect

Native angularJS custom form element
http://bentorfs.github.io/angular-bootstrap-multiselect/
MIT License
79 stars 111 forks source link

Options Can Disappear from the List Entirely #38

Closed justinlinz closed 7 years ago

justinlinz commented 7 years ago

Some sequences can lead to items disappearing from the list of options. The following steps will reproduce:

Click Select All Click Select All Click an option to deselect it That option is now nowhere to be found.

A working example of the bug is here: https://jsfiddle.net/justinlinz/8dkg87bL/

The issue is due to a reference of the item list being modified. I will add a pull request to remedy this.

bentorfs commented 7 years ago

Good catch. Thanks!

bentorfs commented 7 years ago

Fixed in 1.1.7 and published to NPM

justinlinz commented 7 years ago

Thanks for the quick merge!