mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00

committed by
Adam Bradley

parent
1c882b31a5
commit
ec99bfd019
@ -489,7 +489,7 @@ export class DateTime {
|
||||
picker.present(pickerOptions);
|
||||
|
||||
this._isOpen = true;
|
||||
picker.onDismiss(() => {
|
||||
picker.onDidDismiss(() => {
|
||||
this._isOpen = false;
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user