Error inserting the flatpickr in wordpress

Asked

Viewed 139 times

0

Guys, I’m trying to insert the flatpickr in wordpress but does not appear the calendar, only appears the "Select Date..." Anyone knows explain me why ? The code I’m putting in is this:

flatpickr("#inline", {
    inline: true,
    weekNumbers: true
})
<link href="https://unpkg.com/flatpickr/dist/flatpickr.min.css" rel="stylesheet"/>
<link href="https://chmln.github.io/flatpickr/bower_components/flatpickr/dist/themes/material_green.css" rel="stylesheet"/>
<script src="https://unpkg.com/flatpickr"></script>

<input class="flatpickr" type="text" placeholder="Select Date.." id="inline">

inserir a descrição da imagem aqui

  • For those who do not know flatpickr here is: https://chmln.github.io/flatpickr/

  • Post an image of how the component is showing up in the Browser.

  • @hugocsl added an image to the post.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.