time-picker icon indicating copy to clipboard operation
time-picker copied to clipboard

use12Hours does not work on TimePickerPanel

Open ghost opened this issue 5 years ago • 1 comments

The code listed below results in the error: "Uncaught TypeError: Cannot read property 'match' of undefined" Can we use use12Hours prop on the TimePIckerPanel?

<TimePickerPanel showSecond={false} use12Hours={true} defaultValue={moment('00:00', 'HH:mm a')} />

ghost avatar Mar 16 '19 17:03 ghost

You must also supply a format.

OscarBarrett avatar Oct 17 '19 05:10 OscarBarrett