Replies: 1 comment
-
Can you show me an example of your rules. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I do have a form which has controls which have controls resulting in possible hundreds of controls.
The standard blazor validation works fine but when I use the FluentValidator with RuleForEach (of the items rendered by the sub controls) the problem seems to be that even if only one sub item changed, the whole tree is evaluated. The UI hangs for seconds while doing that.
I tried to add a validator at the sub control, but this does not even get instantiated even though I registered it via DI.
So what is the best solution for this ?
Beta Was this translation helpful? Give feedback.
All reactions