Skip to content
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

Closed
miked49er opened this issue Jun 7, 2018 · 8 comments
Closed

value input doesn't appear to work. #7

miked49er opened this issue Jun 7, 2018 · 8 comments

Comments

@miked49er
Copy link

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?

@Agranom
Copy link
Owner

Agranom commented Jun 20, 2018

you mean time doesn't appear on the input?

@miked49er
Copy link
Author

No the picker outputs the time to the input. However the picker does not accept an input time. ie.
input: 13:50
picker starting time: 12:00 AM
choose: 14:00
output: 14:00

@Agranom
Copy link
Owner

Agranom commented Jun 20, 2018

oh, you mean set value to input and then when timepicker opens that time should be set on the clock face?

@miked49er
Copy link
Author

Yes that is what I was trying to do.

@Agranom
Copy link
Owner

Agranom commented Jun 21, 2018

I see. I didn't implement it, but it looks usable, so I'll implement it. Thanks

@Agranom
Copy link
Owner

Agranom commented Jun 23, 2018

add possibility to set default time 571ccb3 Update lib to the latest version

@Agranom Agranom closed this as completed Jun 23, 2018
@thari119
Copy link

@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

@Agranom
Copy link
Owner

Agranom commented Oct 16, 2018

@thari119 no, sorry. It's been available since v2.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants