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

how to get the selected options dynamically when dropdown close ? #63

Open LogicMonsters opened 7 years ago

LogicMonsters commented 7 years ago

I want to get all selected options when dropdown hides. I tested "onDropdownHide", and found nothing useful.

kartikag01 commented 7 years ago

onDropdownHidden={() => console.log(this.refs.view.refs.multiselect.selectedOptions)}

Hope this will work for you.