archigo

Results 6 comments of archigo

onOpen did not work for me unfortunately.

@Luk164 Have you found a way to support the validation parameter "For"? I have done the same as you to support DateOnly., but converting this expression and still getting the...

the For parameter is used to determine where to show a validation message, so it is not a question of just validating. Mudblazor uses it this way: MudFormComponent.cs var expression...

No problem, i was just curios, since i did not find a way to solve it myself. Instead our DateOnlyPicker will have to use the Validation parameter, instead of using...

I think we are talking past each other. The issue is not invoking validation, but telling the MudComponent that a validation error belongs to it. That is what the "For"...

@ar-schraml Thanks a lot! Your solution worked great. I only had one issue, which is when there are multiple levels to the form Model\: ```c# class FormLevel1 { public DateOnly...