`onFileDialogCancel` doesn't seem to be firing.
See original GitHub issueI’m adding onFileDialogCancel
like so:
<Dropzone
name="rightNorth"
multiple
onFileDialogCancel={() => console.log('test')}
>
...
</Dropzone>
However I’m not receiving the callback when I cancel the dialog. Is this feature working? I’m using version 4.2.5
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:14
Top Results From Across the Web
Cancel event on input type="file" - javascript - Stack Overflow
I've read the answers to this question: Capturing cancel event on input type=file but they don't work, as the change event doesn't fire...
Read more >onFileDialogCancel doesn't fire on Firefox on Mac #1031
onFileDialogCancel doesn't fire on Firefox on Mac If the current behavior ... Click the "Add img" button; Click "Cancel" on the file dialog....
Read more >File Dialog Open error if Cancel selection is canceled
Hello, I have a file dialog box that opens so I can choose the .tsv file and insert into my form but I...
Read more >Connecting to the ConfirmationDialog cancel button signal
I've been trying to get the cancel button signal too fire so I can gracefully handle cleaning up some shifted GUI elements.
Read more >VBA: cancel file selection | MrExcel Message Board
When this prompt appears, a user might decide to skip selecting a file, so they click "Cancel" ... In what way doesn't it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
this and #557 are related. Will try to open a PR with the fix.
Bump! - This caused a bug for our app. Windows 10, FF 69.0.3 (64-bit). We’ve come up with a workaround that increments a counter to trigger
open()
vs toggling a boolean.