You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a blank starter with beta2 and typescript.
I just putted the following code in the content fo the home.html file: <ion-item><ion-datetime displayFormat="HH mm ss" pickerFormat="HH mm ss"></ion-datetime></ion-item>
Using Ionic Framework Version: 2.0.0-beta.9
Here is a screenshot of my browser with ionic serve
I tried to put a DateTime as following:
<ion-datetime displayFormat="HH:mm:ss" pickerFormat="HH:mm:ss"></ion-datetime>
The picker only show two column (hour and minutes) and the displayed value is "13:20:ss" if I select 13 for the hours and 20 for minutes.
The text was updated successfully, but these errors were encountered: