Mudform Validate child model
Im using mudform with fluent validation and I’m trying to validate my child model in a child component. It works well if I’m passing the parent “request” class and using that directly in the child component. But it fails if I’m passing a child model like “Customer”.