Completed
Last Updated: 29 Aug 2023 05:10 by ADMIN
Created by: Ernest
Comments: 2
Category: DateTimePicker
Type: Bug Report
0

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

To Reproduce

  1. Open this StackBlitz example
  2. Enter a value for a selected DateInput component

Expected behavior
The value of the component should be changed based on the user's input. No error should appear in the console.

Completed
Last Updated: 28 Dec 2021 12:02 by ADMIN
Created by: DKD-dev
Comments: 2
Category: DateTimePicker
Type: Bug Report
1

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

  1. Open this StackBlitz link
  2. Open the popup of the TimePicker. The steps are applied.
  3. Open the popup of the DateTimePicker and select a random date
  4. The TimePicker inside the DateTimePicker doesn't apply the definition of the steps property.

Expected behavior
The steps of the TimePicker, inside the DateTimePicker should be the same as those in the TimePicker component.
Screenshots
image