-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
I have some JavaScript trying to clear file input element by setting the value to an empty string. This showed 2 problems.
1: The change event should not call if JavaScript changes the value (checked on Chrome 93 and Firefox 92).
2: The file list should be empty but instead it has 1 file in the list. This path for that file is my current working directory. The same problem occurs with using setValue in Java test code.
Metadata
Metadata
Assignees
Labels
No labels