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">
For those who do not know flatpickr here is: https://chmln.github.io/flatpickr/
– Pablo Abreu
Post an image of how the component is showing up in the Browser.
– hugocsl
@hugocsl added an image to the post.
– Pablo Abreu