foolproof icon indicating copy to clipboard operation
foolproof copied to clipboard

MVC Foolproof Validation aims to extend the Data Annotation validation provided in ASP.NET MVC.

Results 7 foolproof issues
Sort by recently updated
recently updated
newest added

While the library can perform client-side date validation, validating fields marked with ``` [DataType(DataType.Time)]``` and rendered as times (e.g., in the format "hh : mm") will not validate correctly. To...

Hi guys! Could you help me? Wich version of foolproof I should install to work with netstandard2.0? I've already tryied FoolProof.Core 1.0.9 and FoolProof 0.9.4518

Hi, the isDate function (mvcfoolproof.unobtrusive.js) not work with dd/MM/yyyy format... What are the supported formats? NS

If i send the value as empty and not send the dependent value the validation failed, and using the NotEqualTo attribute, I.e: email and alternative email

To reproduce : Declare Field1 is required when Field2 match the following regular expression ^[a-zA-Z0-9]{0,10}$ See the debug progress in latest Chromeversion : ![image](https://user-images.githubusercontent.com/38126572/40614968-267bf686-6285-11e8-98a4-6822a84948c5.png) As he detect "value1" as numeric,...

Hi, Do this support the asp.net core mvc? Thanks.