#10535 closed bug (notabug)
Datepicker not validating the user edited value
Reported by: | biranchi | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
in this fiddle (http://jsfiddle.net/biranchi/z341ob04/), try selecting any date and then type the value '45/45/4545' into the date field and tap out.
In my ASP.NET MVC app, this value [asses validation and doesn't get caught.
Is there a solution around this ?
Note: See
TracTickets for help on using
tickets.
For support please use Stack Overflow or the jQuery forums, but to give you an idea you can call
$.datepicker.parseDate
to check the validity of a date (for instance http://byatool.com/ui/jquery-validate-datecheck-if-is-date/).