Open natenorberg opened 7 years ago
I found this in ReactSelectize.ls
# to prevent closing the dropdown when the user tries to click & drag the scrollbar in IE
return if @refs.dropdown-menu and document.active-element == (find-DOM-node @refs.dropdown-menu)
but document.active-element
seems to be set to the body
tag when this gets called
Same behavior but in latest chrome
Dropdown was placed inside of React Bootstrap Modal
yep came here to report the same issue on Chrome
This is the same issue as #36, but I'm seeing it in v3. I don't think I could reproduce it before upgrading to react v16 (which is when I upgraded to v3)
This is reproducible on the demo page