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
If the user wants to set the property, they will just have to deal with the DataTransfer shenanigans mentioned in #9415 themselves until maybe a different way to construct a FileList is standardized.
Since this is a small breaking change, Svelte 5 would be a good candidate in my opinion.
Alternatives considered
-
Importance
nice to have
The text was updated successfully, but these errors were encountered:
Describe the problem
In Svelte 4 the input binding for
files
is one-way out of the element.This is unexpected behavior because the property can be set
Relates to:
Describe the proposed solution
If the user wants to set the property, they will just have to deal with the
DataTransfer
shenanigans mentioned in #9415 themselves until maybe a different way to construct aFileList
is standardized.Since this is a small breaking change, Svelte 5 would be a good candidate in my opinion.
Alternatives considered
-
Importance
nice to have
The text was updated successfully, but these errors were encountered: