In my .NET 8 Blazor application, I have a simple form. The browser suggested the last input to me. If I select the last used data, like in the following screenshot
The variables are not always filled with values. If I press the button "Submit", sometimes the validation fails because the fields are required.
Do you have an idea why or how to fix this issue?