fix(datetime): selecting today with multiple date select now works (#25699)

This commit is contained in:
Liam DeBeasi
2022-08-01 13:25:44 -04:00
committed by GitHub
parent 61e4ffe47f
commit 86b7000bcd

View File

@ -1929,7 +1929,7 @@ export class Datetime implements ComponentInterface {
day, day,
year, year,
}, },
isActive isActive && highlightActiveParts
); );
} else { } else {
this.setActiveParts({ this.setActiveParts({