mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(datetime): selecting today with multiple date select now works (#25699)
This commit is contained in:
@ -1929,7 +1929,7 @@ export class Datetime implements ComponentInterface {
|
|||||||
day,
|
day,
|
||||||
year,
|
year,
|
||||||
},
|
},
|
||||||
isActive
|
isActive && highlightActiveParts
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
this.setActiveParts({
|
this.setActiveParts({
|
||||||
|
Reference in New Issue
Block a user