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

The option dropUp does not work! #86

Closed yinfanguo closed 4 years ago

yinfanguo commented 6 years ago

I have a simple question: I want to make a dropdown dropped up,but it does not work! What's the problem? Thank You! code here: <Multiselect data={[{value:11,label:11},{value:22,label:22},{value:33,label:33}]} enableCollapsibleOptGroups = {true} maxHeight={260} dropUp={true} />