Skip to content

Commit 86b7000

Browse files
authored
fix(datetime): selecting today with multiple date select now works (#25699)
1 parent 61e4ffe commit 86b7000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/datetime/datetime.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@ export class Datetime implements ComponentInterface {
19291929
day,
19301930
year,
19311931
},
1932-
isActive
1932+
isActive && highlightActiveParts
19331933
);
19341934
} else {
19351935
this.setActiveParts({

0 commit comments

Comments
 (0)