Radio button checked property not reset after enhanced form request #51429
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
Milestone
Repro steps:
Expected result: The radio button is not selected after the form is submitted.
Actual result: The radio button is still selected.
Workaround: Remove
data-enhance
to make the form request no longer enhanced.For comparison, if you change the input type to checkbox and do the same test, the checkbox does get unselected after submitting the form even with enhanced form handling enabled.
The text was updated successfully, but these errors were encountered: