Skip to content

Commit

Permalink
fix(datetime): selecting today with multiple date select now works (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Aug 1, 2022
1 parent 61e4ffe commit 86b7000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/datetime/datetime.tsx
Expand Up @@ -1929,7 +1929,7 @@ export class Datetime implements ComponentInterface {
day,
year,
},
isActive
isActive && highlightActiveParts
);
} else {
this.setActiveParts({
Expand Down

0 comments on commit 86b7000

Please sign in to comment.