-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
timepicker widget and input box are not synched. #177
Comments
Does it happen only after the first time?
|
it happens all the time. editing in input box will not update the time in widget. |
The time in the widget is not updated while it is shown. You must have the widget closed, edit the time you want in the input box then when you open the widget it will show the time you entered. For your "widget always shows now" problem, the defaultTime option for the widget is "current" and that makes the widget show the current time when there hasn't been any update to the value. |
So it is a limitation. Is there any plan to enhance it? |
This issue only happens on latest code in master. When I click input box, the timepicker widget shows, but when I try to edit in the input box, time in widget is not synched.
The text was updated successfully, but these errors were encountered: