-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Time picker UI not reflecting actual element value #174
Comments
Can you past simple example in REPL? |
Sure, I just noticed that this happens only in pickerOnly mode. |
When you set |
Definitely a bug, it seems, that internal dates are "swapped" at some point, when editing first time. |
Hi, first of all, thanks for the great library!
I've just encountered a problem while using the time picker.
I have a variable bound to the picker element that has value "02:25", so the UI shows something like this:
Now, if I change the hour to, let's say, "11", the UI changes to become like this:
It already shows the minutes as selected, so the users could think that the current variable value is "11:25", but it's not!
It's still "02:25" until you select the minutes again, so you'd need to press the already selected minute "25" if you want to actually update the variable value.
I think the most logical option would be a variable update when you change the hour too, but let me know what you think!
Thanks again,
Simone.
The text was updated successfully, but these errors were encountered: