Blazor validation for custom class #10896
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Needs: Design
This issue requires design work before implementating.
Milestone
I'm testing out Blazor and I've run into a validation issue. When validating a simple class I can just use annotations. If I have my own custom class inside though validation doesn't run for everything inside my custom class. The issue seems to be specific to Blazor since I can use this validation in ASP. I've got all the details in this Stack Overflow question https://stackoverflow.com/questions/56447004/blazor-validation-for-custom-class
Is this a platform limitation or am I just doing something wrong?
The text was updated successfully, but these errors were encountered: