blazor-validation icon indicating copy to clipboard operation
blazor-validation copied to clipboard

Add support for FluentValidation RuleSets

Open ChristopherHaws opened this issue 1 year ago • 0 comments

From what I can tell, there is no way to use RuleSets in a form. It might make sense to make it so you can set this on the Validate component like:

<Validate RuleSet="Create" />

ChristopherHaws avatar Sep 12 '22 21:09 ChristopherHaws