Replies: 1 comment
-
nothin'? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a dialog with a form in it, which allow user to select a file to submit, when user click 'Select a file', it opens systems default file explorer(or, finder), and the werid thing is:
in MacOS, user can double click the target file to select, or select a file and click 'OK', everything is fine
in Windows, it's fine too when user select a file and click 'OK', but when user double click the target file to select, it will select that file and close the dialog...
I wonder why is this happening, since I don't have a Windows machine, I can not debug myself, will it be fixed by setting
closeOnEscape
orcloseOnOutsideClick
on dialog root?Beta Was this translation helpful? Give feedback.
All reactions