select
select copied to clipboard
Issue with event bubbling on dropdown container
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
up