gogoair / react-combo-select

React dropdown for select and multiselect
MIT License
28 stars 9 forks source link

Click on icon closes ComboSelect dropdown #45

Closed darktasevski closed 5 years ago

darktasevski commented 5 years ago

Steps to reproduce:

Use the multi-select ComboSelect and pass several options to it. If you click on the option name, the option will be selected and dropdown stays open, so you can select something else. But if you click on the icon on the left, the option will be selected but the ComboSelect will close itself.

Probably issue with the event propagation with SVGs.