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
{{ message }}
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
On clicking clock in Datepicker, if clock is in hour mode, it should go to minute mode. If clock is in minute mode, datepicker should close and input should display chosen time.
What is the current behavior?
On clicking clock in Datepicker, if clock is in hour mode, it stays in hour mode. On clicking the clock second time, the hour chosen second time is retained and the timepicker closes without asking for minutes. The time is not reflected instantly on input. When user clicks anywhere else, the updated time is reflected on input.
What are the steps to reproduce?
Use Md2-Datepicker in Ionic App
The same behaviour is experienced for http://code.promactinfo.com/md2/#/datepicker demo in Google Chrome (Version 58.0.3029.110 (64-bit)) in my System but not in Firefox
What is the use-case or motivation for changing an existing behavior?
The existing behaviour negatively affects the user experience
Which versions of Angular, MD2, OS, browsers are affected?
Bug, feature request, or proposal:
Bug
What is the expected behavior?
On clicking clock in Datepicker, if clock is in hour mode, it should go to minute mode. If clock is in minute mode, datepicker should close and input should display chosen time.
What is the current behavior?
On clicking clock in Datepicker, if clock is in hour mode, it stays in hour mode. On clicking the clock second time, the hour chosen second time is retained and the timepicker closes without asking for minutes. The time is not reflected instantly on input. When user clicks anywhere else, the updated time is reflected on input.
What are the steps to reproduce?
Use Md2-Datepicker in Ionic App
The same behaviour is experienced for http://code.promactinfo.com/md2/#/datepicker demo in Google Chrome (Version 58.0.3029.110 (64-bit)) in my System but not in Firefox
What is the use-case or motivation for changing an existing behavior?
The existing behaviour negatively affects the user experience
Which versions of Angular, MD2, OS, browsers are affected?
Angular
MD2
OS
Is there anything else we should know?
Steps for solving this Issue
Wrap the function to update time in Zone wrapper to trigger change manually.
In calendar.ts
Replace
with
The text was updated successfully, but these errors were encountered: