Blazor validation - validation message not added?
Hi,
i have created a base form component and I use another Blazor form component. The issue is that customly added validation messages are not shown in the ValidationSummary and the visual styles (red and green highlighted inputs) are not shown for my nested form, why is that?
Can I use "DataAnnotationValidator" and add custom validation messages at the same time?
0 Replies