-
Notifications
You must be signed in to change notification settings - Fork 67
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
Chrome 57 Time Pick Failure #31
Comments
Sorry for reply late, but I can't find the bug in my environment, using Chrome 57 and Safari 10.0.3. |
Thanks for the reply. That's interesting. Here's a breakdown of the JSX block we're using.
That code works on Chrome 56 and the most recent versions of Firefox and Safari, but fails when the browser is upgraded to Chrome 57. It will allow you to click the picker, the dropdown for the times will appear, but when you click a time, nothing updates. The onTimeChange function never fires. |
@steven-isbell-zefr |
There are no error messages in either the Chrome Dev Tools console or the server console. |
I'm having the exact same issue under similar configs |
After updating to Chrome 57 the component no longer functions with any method handlers. When changing times, change handlers do not fire. Current time picker setup still functions in Safari and Firefox, as well as Chrome 56.
The text was updated successfully, but these errors were encountered: