You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With option 'c' (centered), after clicking the input field, the datepicker immediatly closes again.
This happens when the datepicker is placed over the input element it is connected with.
This is in Chrome: Version 122.0.6261.111 (Official Build) (64-bit). (It runs fine in Firefox).
The problem i think is at the function oneHandler at : picker.el===target.
function oneHandler(e) {
...
var instance = datepickers.filter(function(picker) {
return picker.calendar.contains(target) || picker.el === target
Because at this point the picker instance is "undefined".
And then the calendar is hidden because of if (!instance).
Except for this, i think it's a wonderful datepicker.
I have no idea how to solve this. Help greatly appreciated!
Greetings, Sebastian
The text was updated successfully, but these errors were encountered:
With option 'c' (centered), after clicking the input field, the datepicker immediatly closes again.
This happens when the datepicker is placed over the input element it is connected with.
This is in Chrome: Version 122.0.6261.111 (Official Build) (64-bit). (It runs fine in Firefox).
The problem i think is at the function oneHandler at : picker.el===target.
Because at this point the picker instance is "undefined".
And then the calendar is hidden because of if (!instance).
Except for this, i think it's a wonderful datepicker.
I have no idea how to solve this. Help greatly appreciated!
Greetings, Sebastian
The text was updated successfully, but these errors were encountered: