Describe the bug
When we have multiple TimePickers on a page and start expanding their popups, the popups that are already expanded are not automatically closing.
To Reproduce
Expected behavior
The visible popup of a TimepPicker should be automatically closed when we expand the popup of another TimePicker
Currently, the value of the TimePicker component can be changed by updating the values of the lists in the popup of the component and then pressing the "Set" button inside it.
Can you provide the option to configure the component to automatically updates its value when a value in the lists inside the popup is changed? With this option, the functionality of the "Set" button won't be needed.
Describe the bug
The Native TimePicker component throws a console error when a value is passed to its steps property.
To Reproduce
Expected behavior
There shouldn't be any Javascript errors when working with the Timepicker
Describe the bug
There are issues with the selection of the "min" and "max" values of the TimePicker when such are selected for the component.
To Reproduce
Expected behavior
Both the min and max values defined for the component should be selectable and valid values in all use-case scenarios of the TimePicker.
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
Expected behavior
The focus should be changed to the second input