mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(): update to latest stencil
* fix(): Update to latest stencil and change types to export from interface not index. * chore(): fix merge conflict of file added.
This commit is contained in:
@ -232,7 +232,9 @@ export class Datetime {
|
||||
const pickerOptions = this.generatePickerOptions();
|
||||
this.picker = await this.pickerCtrl.create(pickerOptions);
|
||||
this.validate();
|
||||
await this.picker.present();
|
||||
if (this.picker) {
|
||||
await this.picker.present();
|
||||
}
|
||||
}
|
||||
|
||||
private emitStyle() {
|
||||
|
||||
Reference in New Issue
Block a user