I tried to use GreaterThen validator and it looks like it doesn't support client-side validation. Is there a list of FluentValidation validators which support client-side validation?
|
feedback
|
|
The list of validators supported on the client is on this page and are as follows:
| |||||
feedback
|
|
So far i know there is no list, you could create your own client side validator so create that createrthen works also on client side | |||
|
feedback
|
|
Take a look at: Enable Custom Fluent Validation Validators on the Client Side | |||
|
feedback
|