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

Want to fire action (like onBlur) after selecting options? #79

Closed NilapuAnusha closed 6 years ago

NilapuAnusha commented 6 years ago

Is there a way to call a function after selecting options? I need to call an api so I dont want to hit on every change?

NilapuAnusha commented 6 years ago

I found onDropdownHide. It will be called on closing the dropdown