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 62 forks source link

Select all option throws issue? #70

Open anilapu opened 7 years ago

anilapu commented 7 years ago

When click selectAll option it throws error in console and not updated the button text.

Uncaught TypeError: this.options.onSelectAll is not a function at Multiselect.selectAll (bootstrap-multiselect.js:1358) at Multiselect.<anonymous> (bootstrap-multiselect.js:590) at HTMLInputElement.f (jquery-2.1.3.min.js:2) at HTMLInputElement.dispatch (jquery-2.1.3.min.js:3) at HTMLInputElement.r.handle (jquery-2.1.3.min.js:3)