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

button Unfold transform to toggle fold - unfold #7

Closed xibman closed 8 years ago

xibman commented 8 years ago

I think it could be usefull the unfold button can be use as a toggle ( fold, unfold)

phossa commented 8 years ago

the view button (the eye icon) serves as the 'fold' button but also shows the selected options. if you think it is not ok, i can add the fold/unfold toggle.

xibman commented 8 years ago

you're Right it's good with the current state !

phossa commented 8 years ago

I added a new option 'enableCollapseAll' in 1.0.23 version. You may check it out. Also I finally get time to look at your code regarding noSelectable. I just can not figure out how it works. Can you give me an example ?

phossa commented 8 years ago

Also PLEASE star this project if you can :)