Completed
Last Updated: 04 Apr 2022 07:27 by ADMIN
jake
Created on: 31 Mar 2022 08:15
Category: TimePicker
Type: Bug Report
1
TimePicker with custom DateInput throws error on Tab press

Describe the bug
The TimePicker with custom inputs is working correctly until we use the Tab button to switch from one input to another. When the Tab button is pressed, an error appears in the console and breaks the application.

To Reproduce

  1. Open this StackBlitz example
  2. Focus the first input inside the component
  3. Press the Tab button

Expected behavior
The focus should be changed to the second input

Screenshots
image

0 comments