mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -264,7 +264,9 @@ export class Datetime {
|
||||
},
|
||||
{
|
||||
text: this.doneText,
|
||||
handler: (data: any) => this.value = data
|
||||
handler: (data: any) => {
|
||||
this.value = data;
|
||||
}
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user