[timepicker] [Opened inline timepicker conflict]
Author: mathieuthoCreated Sep 15, 2023Updated Apr 4, 2024
Labelsbug
Describe the bug When an inline timepicker is already opened, opening another one (inline or not) breaks all the timepickers on the same page.
The last opened timepicker displays 21:21.
If the last opened timepicker is not inline, it is not possible to close it.
To Reproduce Steps to reproduce the behavior:
- Go to 'https://tailwind-elements.com/docs/standard/forms/timepicker'
- Open the "Inline Timepicker with 12h" timepicker
- Open the "Inline Timepicker with 24h" timepicker => see 21:21
- Open the "Custom Icon" timepicker => blocked
Expected behavior The previous opened inline timepicker is closed. The new opened one works as usual.
Actual behavior The new opened timepicker displays 21:21 and does not work as usual.
Source: mdbootstrap/TW-Elements