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 fc75d72 commit 9aef228Copy full SHA for 9aef228
src/vcf-date-range-picker-mixin.js
@@ -1151,7 +1151,7 @@ export const DateRangePickerMixin = (subclass) =>
1151
1152
break;
1153
case 'enter': {
1154
-
+ if (this.shadowRoot.activeElement === this._inputEndElement) this._selectingStartDate=false;
1155
if (this._selectingStartDate) {
1156
const parsedStartDate = this._getParsedDate(this._inputStartValue);
1157
const isValidStartDate = this._isValidDate(parsedStartDate);
0 commit comments