Opened 11 years ago
Closed 11 years ago
#8405 closed bug (notabug)
Datepicker validation logical error on dynamic input
Reported by: | travisj | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When an input is added after the page has loaded and then $(input).datepicker() is used the validation becomes a little sloppy. Specifically, if the user clicks the submit button and no date has been selected a validation error message is shown. When a date is then selected with the datepicker, the message remains. A second selection of a date will remove the message.
Note: See
TracTickets for help on using
tickets.
Please use the forums or StackOverflow for help.