icanjs / multi-select

A multi-select component for CanJS
MIT License
5 stars 3 forks source link

When are-all-selected binding is added it breaks select-all functionality (unselecting of a single item deselects all). #11

Open ilyavf opened 8 years ago

ilyavf commented 8 years ago

See this jsbin: http://jsbin.com/nelijoxeba/edit?js,output

When all options are selected and you unselect one option, then all options get unselected if are-all-selected presents.