You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very similar to #182, it seems the option elements in the dropdown are using the mousedown event instead of click resulting in involuntary triggering of parent elements when selecting an option. This is a very frustrating problem when using it in modals or stuff that can be closed by clicking on the parent element.
There's a click event bound to the blue zone, when selecting an option that's above it, it will trigger the event, when clicking on the red zone, nothing happens as expected.