Closed whizkydee closed 5 years ago
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.
<input>
Also, it prevent's closeDropd on mousedown for all other dropdowns.
closeDropd
mousedown
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.