mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +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,
|
||||
year,
|
||||
},
|
||||
isActive
|
||||
isActive && highlightActiveParts
|
||||
);
|
||||
} else {
|
||||
this.setActiveParts({
|
||||
|
Reference in New Issue
Block a user