foolproof
foolproof copied to clipboard
MVC Foolproof Validation aims to extend the Data Annotation validation provided in ASP.NET MVC.
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
Clone existing docs on codeplex into markup.
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 :  As he detect "value1" as numeric,...
Hi, Do this support the asp.net core mvc? Thanks.