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

calendar won't open unless I call pickadata.open() four times #1185

Closed GreggGreen closed 4 years ago

GreggGreen commented 4 years ago

This is the workaround I have to use:

while (picker.get('open') === false) {
    console.log('opening picker');
    picker.open();
}
DanielRuf commented 4 years ago

Hi @GreggGreen,

Please provide a codepen which reproduces your issue and provide some info about browser version and pickadate version.

DanielRuf commented 4 years ago

Closing as we did not get any codepen as reproducible testcase.