mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
@ -273,8 +273,8 @@ export class Datetime implements ComponentInterface {
|
||||
|
||||
private generatePickerOptions(): PickerOptions {
|
||||
const pickerOptions: PickerOptions = {
|
||||
...this.pickerOptions,
|
||||
mode: this.mode,
|
||||
...this.pickerOptions,
|
||||
columns: this.generateColumns()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user