#11143 closed bug (fixed)
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.
Change History (3)
comment:1 Changed 21 months ago by scottgonzalez
- Status changed from new to open
- Summary changed from Fix the demo at http://jqueryui.com/datepicker/#date-range to Datepicker: Date range demo doesn't handle manually entered dates
comment:2 Changed 21 months ago by Scott González
- Resolution set to fixed
- Status changed from open to closed
Datepicker: Fix date range demo when entering values manually
Fixes #11143 Closes gh-1454
Changeset: fac8e517d7ea4c65bad21a65ad59eef1e4379efb
comment:3 Changed 21 months ago by scottgonzalez
- Milestone changed from none to 1.12.0
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/jquery/jquery-ui/pull/1454