Skip to content

Commit a6a16bd

Browse files
committed
fix: avoid forcing blur when tabing out
Fix #37 by avoiding forcing blur when tabing out of the end range input field
1 parent a7b646c commit a6a16bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vcf-date-range-picker-mixin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,6 @@ export const DateRangePickerMixin = (subclass) =>
12411241
this._inputStartElement.focus();
12421242
} else {
12431243
this.close();
1244-
this.blur();
12451244
}
12461245
}
12471246
break;

0 commit comments

Comments
 (0)