Problem when submitting EditForm after refreshing the browser
I have Blazor Web app with render mode InteractiveAuto.I have one Editform to validate the information from one table in database. After validating, It return some data to another Editform and some additional frields on it. Both Editform run as expected untill browser is refreshed. After F5, first EditForm gives error in await httpClient.GetAsync() as bad request. It does not even go to controller. After inspecting I see method=post is missing from after refresh so I added it: