Describe the bug
When using the different Date Inputs inside the Form component, if you try to manually enter a value, the following error appears in the console:
To Reproduce
Expected behavior
The value of the component should be changed based on the user's input. No error should appear in the console.
Describe the bug
The DateRangePicker doesn't display a correct time when the format prop is defined and the value of the component is set dynamically.
The bug is reproducing when the minutes in the copied value are a number bigger than 51.
To Reproduce
Expected behavior
The value of the second DateTimePicker should be the same as the value of the first one.
Current behavior:
The minutes value in the second DateTimePicker is incorrect - it is 1:08 instead of 1:58
Describe the bug
The steps
property is not used/read when set on the DateTimePicker component, even though it says it can on the docs.
To Reproduce
Expected behavior
The steps of the TimePicker, inside the DateTimePicker should be the same as those in the TimePicker component.
Screenshots