You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to trigger a file input control without showing the default file "Select" button. In Chrome, I am able to call this.fileInput.nativeElement.click() and trigger the file finder dialog open. However, in Safari 14.1.1, the file dialog does not get popped up.
The text was updated successfully, but these errors were encountered:
syao-arthrex
changed the title
.click() call doe snot work in Safari
.click() call does not work in Safari
Jun 18, 2021
I need to trigger a file input control without showing the default file "Select" button. In Chrome, I am able to call this.fileInput.nativeElement.click() and trigger the file finder dialog open. However, in Safari 14.1.1, the file dialog does not get popped up.
The text was updated successfully, but these errors were encountered: