thecodejack / svelte-file-dropzone

Svelte component for fileupload
https://svelte-file-dropzone.netlify.app/
252 stars 45 forks source link

with the drop zone inside my form, when I press escape on the mac, it trigger the form close #143

Closed craigcosmo closed 6 months ago

craigcosmo commented 1 year ago

with the drop zone inside my form, when I press escape on the mac, it trigger the form modal close. Why the drop acting like this ?

to reproduce, create a basic modal, put the drop inside, click the drop to choose file, then press escape, your modal witll automatically close.

arackaf commented 6 months ago

This sounds like behavior of the modal itself. I'm assuming the modal is registering a global keydown event, and closing the modal on escape. I don't think this is a bug with this library. But if I'm misunderstanding, whip up a repro demonstrating and re-open this issue