Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Craft Theme Flatpickr hour input


How to enable hour input ?


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (5)


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">
...


If you need any further help please do let us know.

Regards.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(