.upload()
missing setter in HTMLInputElement.files
overwrite
#1223
Labels
bug
Something isn't working
.upload()
missing setter in HTMLInputElement.files
overwrite
#1223
Discussed in #1155 by borja-sanz-sanz
https://github.com/testing-library/user-event/blob/main/src/utils/edit/setFiles.ts lacks a setter.
It's not possible to create a
FileList
programmatically, but our users could retrieve one from a simulated drag event.The text was updated successfully, but these errors were encountered: