-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Open timepicker set current time (not on page load) #112
Comments
hopeinfo
changed the title
On Open timepicker set current time
On Open timepicker set current time (not on page load)
Feb 13, 2019
Hi. There are not such events, but I’ll add it in the next release. Keep in touch |
Thank you for Reply. I am waiting for it. |
Agranom
added a commit
that referenced
this issue
Feb 16, 2019
* issue109: ! fix bug with dead zone in 12 or 00 time section * issue108: + add hourSelected event emitter * + add test case * issue112: + add opened event emitter * + add linter to travis CI * issue103: * show/hide dial hint onFocus/onBlur dial control * * update changelog and version
Done. Added |
Thank you @Agranom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, Great day to you
I am using angular and that's why page is not refresh or reload every time.
timepicker is on top of my page, so only first time I can set default current time. so when user redirect to any page component I can not set default time every time.
I need to set current time on default time when user open timepicker popup.
is there is Event onShow or onPopup or OnOpen ?
or How can I set Current time on open of popup ? (I am use Angular 7)
I use "ngx-material-timepicker": "^2.12.0",
Thanks
The text was updated successfully, but these errors were encountered: