| Tech | Version |
|---------------------|---------|
| material-ui-pickers | 1.0.0-rc.5 |
| material-ui | 1.0.0-beta.40 |
| React | 16.3.0 |
| Browser | Google Chrome Version 65.0.3325.181 |
| Platform | Ubuntu 16.04 |
Clicking times should move the hour and minute hands and set the time.
On beta.40, clicking the TimePicker "face" doesn't move any hands, and only sets the minutes. The hours remain static (set to whatever it's initialized to).
https://codesandbox.io/s/5ypn1wq7lk
Downgrading Material UI to ~beta.39~ fixes the issue. Edit: downgrading to beta.38 fixes it for me, not beta.39.
I have the same issue. Some more informations:
Clicking the minute will change the Picker to the minute picker which works as expected.
It is only the hours picker that is not moving and setting the minute instead of the hour.
Fixed on develop, now waiting the next release :)
Released in rc.6
Most helpful comment
Fixed on develop, now waiting the next release :)