Hello,
Does anyone know how to have IonDateTime as a modal picker or action sheet with Ionic 6?
I have the following:
<IonDatetime
presentation="date"
// displayFormat="DD.MM.YYYY" deprecated
value={getDate}
onIonChange={e => setDate(e.detail.value)}
max={new Date().toISOString()}
placeholder="Date"
/>
Is there an option for the effect? Or is there a way to use the older version without downgrading to Ionic 5?
Thank you.
1 post - 1 participant