We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c4691 commit f562972Copy full SHA for f562972
src/core/components/calendar/calendar-class.js
@@ -105,6 +105,8 @@ class Calendar extends Framework7Class {
105
if (calendar.isPopover()) return;
106
if (!calendar.opened || calendar.closing) return;
107
if ($targetEl.closest('[class*="backdrop"]').length) return;
108
+ if (calendar.monthPickerPopover || calendar.yearPickerPopover || calendar.timePickerPopover)
109
+ return;
110
if ($inputEl && $inputEl.length > 0) {
111
if (
112
$targetEl[0] !== $inputEl[0] &&
0 commit comments