Hi,
I am trying to customize the picker that appears when we click on the DateTime component (native component). I saw that we can use an “pickerOptions” but I’ve got an error
Is there any remedy for this issue?
The source code is below:
ion-datetime classe=“date” mode=“ios” displayFormat="{{displayFormat}}" pickerFormat="{{pickerFormat}}" pickerOptions="{{optionsDatePicker}}" min="{{min}}" max="{{max}}" [(ngModel)]=“reportingDate” (ionChange)=‘onDatePicked()’
And I had this error:
Cannot create property ‘columns’ on string ‘[object Object]’
Thank you four your time.
Regards,
Gaëtan