Material-ui-pickers: Not compatible with [email protected]

Created on 5 Apr 2018  路  3Comments  路  Source: mui-org/material-ui-pickers

Environment

| 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 |

Steps to reproduce

  1. Upgrade Material UI from beta.39 to beta.40
  2. Open a TimePicker
  3. Try to set the time by clicking on the interface

Expected behavior

Clicking times should move the hour and minute hands and set the time.

Actual behavior

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).

Live example

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.

Most helpful comment

Fixed on develop, now waiting the next release :)

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Harasz picture Harasz  路  3Comments

StevenRasmussen picture StevenRasmussen  路  3Comments

basselAhmed picture basselAhmed  路  3Comments

katy6514 picture katy6514  路  3Comments

nicky-dev picture nicky-dev  路  3Comments