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
not always the variables are filled with the 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?
