-
-
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
value input doesn't appear to work. #7
Comments
you mean time doesn't appear on the input? |
No the picker outputs the time to the input. However the picker does not accept an input time. ie. |
oh, you mean set value to input and then when timepicker opens that time should be set on the clock face? |
Yes that is what I was trying to do. |
I see. I didn't implement it, but it looks usable, so I'll implement it. Thanks |
add possibility to set default time 571ccb3 Update lib to the latest version |
@Agranom can i use this value to set the time to the timepicker clock face on version 1.1.3? Because I'm on Angular 5 and build the app on that |
@thari119 no, sorry. It's been available since v2.2.2 |
I have [value]="myTime" on the input element for the timepicker. However that time is not used for the initial value for the picker. Am I doing it wrong or is something broken?
The text was updated successfully, but these errors were encountered: