havit / Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
https://havit.blazor.eu
MIT License
517 stars 69 forks source link

[HxInputFileDropZone] Doesn't return to 'No file chosen' state #884

Open franc-havit opened 2 months ago

franc-havit commented 2 months ago

When file dialog opened and file selection confirmed, followed by file dialog open with cancel, the component UI shows the last selected file, although no file is selected.

hakenr commented 2 months ago

@franc-havit See the related Blazor InputFile issue. We might handle the cancel event in our derived component, but let's wait for at least the first response from the Blazor team to align with their future plans.

franc-havit commented 2 months ago

OK, thanks for escalation to the Blazor team.