So I have a small issue, but one that users have been inquiring about none the less.
Lets say I want to edit a time value of 12:59 to 1:00.
Because the date time component ends on 59 and doesn’t have the ability to be circular or return to 00 by scrolling down. A user must scroll all the way up to 00, this is a little time consuming and not what users are accustomed to when using mobile devices.
<ion-datetime displayFormat=“h:mm a” [(ngModel)]=“startDateTime”>
I tried changing the date and time on an iphone and the hours and minutes were circular.
Does anyone know a way to get this same functionality using the ion-datetime component?
Or has anyone modified the component to get this functionality? Just thought I would ask before I try to modify it myself.
Thanks