react-component / select

React Select
https://select.react-component.now.sh/
MIT License
892 stars 452 forks source link

Issue with event bubbling on dropdown container #957

Open al1khavari opened 12 months ago

al1khavari commented 12 months ago

I have custom component for my dropdown container which is generated with dropdownRender prop When I click anywhere inside my dropdown container it causes to run onclick on parent elements and I cannot find anyplace to stopPropagation this event

ko22009 commented 8 months ago

up