skratchdot / react-bootstrap-multiselect

A multiselect component for react (with bootstrap). This is a react port of bootstrap-multiselect.
http://projects.skratchdot.com/react-bootstrap-multiselect/
Other
119 stars 61 forks source link

corrected typo enableCollapsibleOptGroups #37

Closed belmer closed 8 years ago

belmer commented 8 years ago

On file 'get-options.js' there is a typo

enableCollapsibelOptGroups

which should be

enableCollapsibleOptGroups

this caused collapsible groups to not work.

skratchdot commented 8 years ago

Thanks!