Khan / react-multi-select

A multiple select component for React
MIT License
183 stars 97 forks source link

Add a prop to toggle the dropdown list programmatically #16

Open ducwings opened 6 years ago

ducwings commented 6 years ago

Could you add a prop to toggle the dropdown list programmatically? Something like:

<MultiSelect showDropdown={this.state.showDropdown} />

Thanks!

JayAshday commented 6 years ago

Agreed that this, or something that provides similar functionality even if it isn't necessarily a prop, would be very useful.