November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
The problem was that FormContainerBlock.cs had commented line:
@await Html.PartialAsync("FormContainerInitScript", Model)
Uncommenting the above line helped with the case.
Using Episerver.Forms, after submitting data, when there are validation errors, aria-invalid remains false.
Part of HTML after form submission for Type = Text where Validators is set to Required:
Is that a bug or configuration issue?