-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation messages are link to the first child object when using a list in the Model of the edit context #36
Comments
Working as intended. If requiring a different / more advanced behavior, PR welcome. |
I need a more detailed information about this issue. For example, a repro and screenshots. |
Ok, I'll try to give you a description or project to reproduce this issue, I'll keep you informed when I have it. Thank you for taking a look at it. |
FluentValidation.Blazor.Repro.zip I've created a repro project. The example is on the home page of the repro project. Just click the submit button and then you can see that all the validation messages appear at the first address instead of at their own address. |
#36 Added arrayindex of the object to modelObjectPath in ModelGraphCache
Is this solved in 3.0 v? |
When using a list with multiple child object in the model of the edit context,
all the validation messages of all the child objects are linked to the first child object.
The text was updated successfully, but these errors were encountered: