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
When I break in the pickFile() method, I can see the field.value is the empty MultiFile<String> I created, but the final value still contains previously picked files:
and it then appends my newly picked file.
Am I missing something or is it a bug?
The text was updated successfully, but these errors were encountered:
I'm trying to pick a single file and I can't seem to find a way to clear MultiFile.
I'm trying to hack it somehow and even something like this doesn't work:
When I break in the
pickFile()
method, I can see thefield.value
is the emptyMultiFile<String>
I created, but thefinal value
still contains previously picked files:and it then appends my newly picked file.
Am I missing something or is it a bug?
The text was updated successfully, but these errors were encountered: