Search and Top Navigation
#11143 closed bug (fixed)
Opened February 19, 2015 02:40PM UTC
Closed February 23, 2015 05:21PM UTC
Last modified February 23, 2015 05:21PM UTC
Datepicker: Date range demo doesn't handle manually entered dates
Reported by: | pgpp05 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.datepicker | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I don't know where to submit this request. Sorry if it's not the right place.
The demo at http://jqueryui.com/datepicker/#date-range has a bug.
You are using onClose handler to set the datepicker boundaries, but you should use .on('change').
The explanation of the bug can be found in #11060
Thank you for your time.
Attachments (0)
Change History (3)
Changed February 22, 2015 03:01AM UTC by comment:1
status: | new → open |
---|---|
summary: | Fix the demo at http://jqueryui.com/datepicker/#date-range → Datepicker: Date range demo doesn't handle manually entered dates |
Changed February 23, 2015 05:21PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | open → closed |
Datepicker: Fix date range demo when entering values manually
Fixes #11143
Closes gh-1454
Changeset: fac8e517d7ea4c65bad21a65ad59eef1e4379efb
Changed February 23, 2015 05:21PM UTC by comment:3
milestone: | none → 1.12.0 |
---|
PR: https://github.com/jquery/jquery-ui/pull/1454