amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.02k forks source link

Possible Chrome bug again? Datepicker auto closes after focus is lost #1187

Closed purduekenny closed 4 years ago

purduekenny commented 4 years ago

Similar to issue #1138

The date picker is showing similar signs that were displayed in issue #1138 from March. When clicking on a input field to display the date picker in Chrome it opens and closes immediately. It seems as if focus needs to persist in order for the date picker to stay open. Perhaps a Chrome update?

We are using 3.6.0 after the previous Chrome bug cropped up.

DanielRuf commented 4 years ago

Hi @purduekenny,

there were 4 bugfix / patch releases, the latest should fix this.

https://github.com/amsul/pickadate.js/releases/tag/3.6.4

purduekenny commented 4 years ago

Daniel, thanks for the quick response! I JUST looked at the releases before posting and only saw 3.6.0, I'm sorry for wasting your time. We'll update our files and I'll report back if that doesn't work. Have a great day.