Open
Description
We disabled enhanced form handling by default in .NET 8 because of concerns that posting a form could fail if it's directed at a non-Blazor endpoint and a POST request cannot safely by retried without the enhancement. But for most cases enhanced form handling is what you want. We should consider providing a global option to enable enhanced form handling for users that are familiar with the feature and want the convenient default behavior.
Activity