question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Selected date on minDate config change should be set on minDate value

See original GitHub issue
[x ] Bug report => search github for a similar issue or PR before submitting
[ ] Feature request
[ ] Other, please describe

Tell about your platform

  • jsfiddle

Current behavior When updating the config with a new minDate, the selected date gets erased.

Expected behavior When updating the config with a new minDate, the selected date should be updated to the new minDate value

Minimal reproduction of the problem with instructions https://jsfiddle.net/qeLwag08/4/

Click on update min-date

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
thepillcommented, Sep 11, 2018

@ankurk91 seems to work 👍

1reaction
ankurk91commented, Sep 11, 2018

@thepill Please update to v8.0.0 and let me know

please see update fiddle - https://jsfiddle.net/qeLwag08/14/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Selected date on minDate config change should be ... - GitHub
Selected date on minDate config change should be set on minDate value #1500 ... the selected date should be updated to the new...
Read more >
How to set minDate to current date in jQuery UI Datepicker?
You can specify minDate as today by adding minDate: 0 to the options. $("input.DateFrom").datepicker({ minDate: 0, ... }); Demo: http://jsfiddle.net/2CZtV/.
Read more >
Set datepicker min date from another datepicker - MDBootstrap
Hi everyone, I have two datepickers that should work together as a From -> To range where the max date is always the...
Read more >
Options - getdatepicker.com
Takes an [ string or Date or moment ] of values and disallows the user to select those days. Setting this takes precedence...
Read more >
<input type="date"> - HTML: HyperText Markup Language
Note: The displayed date format will differ from the actual value — the displayed date is formatted based on the locale of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found