I don't know what's wrong, but the datepickk displayed like this :

Here are what I've done :
- I separated the "custom configuration" of datepickk in separated file named "custom-datepicker.js", and I've write it with the right path
- I've included the datepickk.min.js and datepick.min.css
- I'm going to place the datepicker inside a div with id
calendarContainer, and this is my code :
var datepicker = new Datepickk({ container: document.querySelector('#calendarContainer'), inline: true, range: true });
- I'm not making any changes in the datepickk.min.css and the datepickk.min.js file
I don't know what's wrong, but the date items seems like block-displayed. I need your help asap. Thanks in advance :)
I don't know what's wrong, but the datepickk displayed like this :
Here are what I've done :
calendarContainer, and this is my code :var datepicker = new Datepickk({ container: document.querySelector('#calendarContainer'), inline: true, range: true });I don't know what's wrong, but the date items seems like block-displayed. I need your help asap. Thanks in advance :)