This repository was archived by the owner on Apr 15, 2024. It is now read-only.
All events are prevented when closeOnBlurFn is triggered from v1.0.2 #6
Labels
bug
Something isn't working
These lines: react-dropd/index.js#L80-L81 and vue-dropd/index.vue#L149-L50 are totally irrelevant, and they have adverse effects...
For instance, when an
<input>
is focused, the event is prevented, so focus doesn't actually happen.Also, it prevent's
closeDropd
onmousedown
for all other dropdowns.The text was updated successfully, but these errors were encountered: