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

Is there a way to get data for Options via API call? #74

Open ananddodia opened 7 years ago

ananddodia commented 7 years ago

I am trying to integrate API call in filter search box. So when user types in filter search box to search for option via filter box. It does an API call and than data is update. Hence option list is update. If any one has already integrated than please share.