-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Once we choose a file to upload to InputFile, there's no way of clearing the text field belonging to InputFile. Resetting the key, suggested in https://stackoverflow.com/questions/66162951/blazor-inputfile-reset-clear-value-statehaschanged-not-working does not work and a workaround of keeping a double InputFile does not look neat: SteveSandersonMS/BlazorInputFile#2.
After resetting the key in
| fileInputKey = Guid.NewGuid().ToString(); |
it's still
If the user clicks the "Choose file" button, the `InputFile goes back to the initial view.
Metadata
Metadata
Assignees
Labels
No labels
