Skip to content

Datepicker Not Displayed Properly #29

@dhimasyoga

Description

@dhimasyoga

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

image

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions