gogoair / react-combo-select

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

Dropdown closing when icon is clicked #42

Closed darktasevski closed 6 years ago

darktasevski commented 6 years ago

Steps to reproduce:

Create multi-select ComboSelect, and then when you provide options, if you click on the icon instead of option name, the item will be selected but the dropdown menu will close itself. Probably issue with event propagation from SVG.