MRCollective / ChameleonForms

Shape-shifting your forms experience in ASP.NET Core MVC
MIT License
254 stars 56 forks source link

When validating a 24 hour date on the client-side any time between 00:00:00 and 00:59:59 is considered invalid #73

Closed robdmoore closed 10 years ago

robdmoore commented 10 years ago

The validation is in this file: https://github.com/MRCollective/ChameleonForms/blob/master/ChameleonForms.Example/Scripts/jquery.validate.unobtrusive.chameleon.js

The unit tests are in this file: https://github.com/MRCollective/ChameleonForms/blob/master/ChameleonForms.Tests/Scripts/SpecRunner.html

robdmoore commented 10 years ago

This has been fixed and released in version 1.0.4.4 on NuGet.

Thanks to @cuzzlor for the fix!