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.

changeDate firing multiple times for the same input and date

See original GitHub issue

From http://jsfiddle.net/JFSIII/ZQ5pu/2/

// open start and choose a date
<input type=​"text" class=​"input-sm form-control" name=​"start">​
 "is now" Tue Apr 01 2014 00:00:00 GMT-0700 (PDT)

// while start is open, choose another date
<input type=​"text" class=​"input-sm form-control" name=​"start">​
 "is now" Sun Apr 20 2014 00:00:00 GMT-0700 (PDT)
<input type=​"text" class=​"input-sm form-control" name=​"start">​
 "is now" Sun Apr 20 2014 00:00:00 GMT-0700 (PDT)


Issue Analytics

  • State:open
  • Created 9 years ago
  • Comments:18 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
jurchikscommented, Jan 21, 2020

Holy crap, it’s been literally almost 6 years on an ACTIVELY DEVELOPED PROJECT and this bug still hasn’t been fixed! WTF people?

6reactions
asgardia7commented, Jan 12, 2017

Amazing bug!!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrap Datepicker on change firing 3 times - Stack Overflow
You should be using the "changeDate" event. For example: var datePicker = $('.date-picker').datePicker().on('changeDate', function(ev) { //Functionality to ...
Read more >
Events — bootstrap-datepicker documentation
Fired when the date is cleared, normally when the “clear” button (enabled with the clearBtn option) is pressed. changeDate¶. Fired when the date...
Read more >
datetimepicker on change, jquery datepicker change event ...
jquery datepicker change event firing multiple times. an Event will fire multiple time when it is registered multiple times (even if to the...
Read more >
Datepicker - Angular Material
The datepicker allows users to enter a date either through text input, ... in the same way as mat-datepicker , but allows the...
Read more >
Change Focus to another Control after selecting date using ...
Your web page may have many fields that your users need to fill before submission. · Also Read · Here we have two...
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