Open ducwings opened 6 years ago
Could you add a prop to toggle the dropdown list programmatically? Something like:
<MultiSelect showDropdown={this.state.showDropdown} />
Thanks!
Agreed that this, or something that provides similar functionality even if it isn't necessarily a prop, would be very useful.
Could you add a prop to toggle the dropdown list programmatically? Something like:
<MultiSelect showDropdown={this.state.showDropdown} />
Thanks!