I am trying to implement https://ionicframework.com/docs/components/#datetime in ionic project and I added it on my template successfully and problem is month day year displaying in white color and background also white in color so we are unable to view any thing, how to solve this issue?
html code:
<ion-item>
<ion-label>Date of birth</ion-label>
<ion-datetime displayFormat="MMM DD YYYY" [(ngModel)]="event.month"></io$
</ion-item>
.ts code
public event = {
month: '1990-02-19',
}
result view using Mozilla Firefox:
but no problem in Google Chrome