Blazored / FluentValidation

A library for using FluentValidation with Blazor
https://blazored.github.io/FluentValidation/
MIT License
577 stars 83 forks source link

InlineValidator #186

Open Scnck opened 1 year ago

Scnck commented 1 year ago

I need to dynamically add/create rules how do I implement InlineValidator using this library?

https://docs.fluentvalidation.net/en/latest/upgrading-to-9.html?highlight=InlineValidator#testhelper-updates

jstrandelid commented 1 year ago

As a beginner with Blazored Fluentvalidation, I would say sending in an instance of the InlineValidator to the FluentValidationValidator via the Validator property.