How to enable hour input ?
Hi,
Can you please check Craft Flatpickr Docs ?
If you need any further clarifications please do let us know.
Regards.
This part is ok. I want to enter the clock with the keyboard in the calendar. This part is closed
Hi,
Can you please double check if this feature is supported by the plugin itself? You can check the plugin's official examples here. If the feature you need works in the plugin's original examples but does not work within Metronic code then please let us know and we will check it further.
Regards/
Hi,
Not working.
https://preview.keenthemes.com/craft/apps/calendar.html
You can also look at the start time field at the address.
Hi,
We have found a solution to this issue. Please use data-bs-focus="false"
to fix this on your end:
<div class="modal fade" tabindex="-1" data-bs-focus="false">
...