❔ Custom validation attribute not displaying validation message
I'll butt in with a bit of a question. I'm using an EditForm in Blazor Server, where I directly pass it the EditContext and manually trigger the validation logic. Got a bit of an issue where if I validate something using a CustomAttribute, the validation result will blink for a bit in the validation message and then disappear. It's still there if I use a ValidationSummary, but not in the Validation Message for the specific field. Anyone got any idea why?
form:
Validate call:
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.