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

Several issues #44

Open gazpachu opened 8 years ago

gazpachu commented 8 years ago
tkyang99 commented 7 years ago

Hi can you please elaborate your 2nd point? My Multiselect looks all screwed up, it just shows all the options (like the dropdown is always open) under the select box. Is there something else I need to import and how do I import it?

IamTheHttp commented 7 years ago

I think the 2nd point relates to this : https://github.com/skratchdot/react-bootstrap-multiselect/issues/73

bootstrap is a dependency for this project, yet it's listed as a dev dependency, so it does not get installed.