Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
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?