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 39ee7b5 commit 92c8ce8Copy full SHA for 92c8ce8
src/vcf-date-range-picker-mixin.js
@@ -668,7 +668,7 @@ export const DateRangePickerMixin = (subclass) =>
668
return;
669
}
670
this.__userInputOccurred = true;
671
- if (!this._ignoreFocusedDateChange && !this._noInput) {
+ if (this._selectingStartDate!==undefined && !this._ignoreFocusedDateChange && !this._noInput && this.opened) {
672
if (this._selectingStartDate) {
673
this._applyStartInputValue(focusedDate);
674
} else {
0 commit comments