Skip to main content

Search and Top Navigation

#10535 closed bug (notabug)

Opened August 11, 2014 01:15PM UTC

Closed August 11, 2014 01:26PM UTC

Last modified October 17, 2014 11:41AM UTC

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 ?

Attachments (0)
Change History (2)

Changed August 11, 2014 01:26PM UTC by tj.vantoll comment:1

resolution: → notabug
status: newclosed

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/).

Changed October 17, 2014 11:41AM UTC by scottgonzalez comment:2

#10661 is a duplicate of this ticket.