phossa / smartselect

SmartSelect is a jQuery multiple select (multiselect) and tree / hierarchy select plugin with bootstrap style. It is 10x faster than similar plugins and supports complex data models.
http://phossa.github.io/smartselect/docs/index.html
52 stars 14 forks source link

"Expanded view" button should be collapse all option group for second click #5

Closed Sohorev closed 8 years ago

Sohorev commented 8 years ago

For first click this button expand all option group - it's cool But for second click this button should be collapse all option group. Or implement other button "Collapse view". Thank you

phossa commented 8 years ago

there is a view button (the eye icon) is served as a way to collapse to those selected only. if nothing selected, it will collapse all groups.

Sohorev commented 8 years ago

thank you