Topic: datepicker not hiding properly (at all)
<input type="text" id="workEntryDate" placeholder="Date" class="form-control datepicker"> and my initialization:
$('.datepicker').pickadate();I get no errors in the console. When the page loads, the picker is shown. Choosing a date populates the field as expected, but the picker will not close, even when choosing the 'Close' button. 'Today' and 'Clear' work as expected.
Jakub Strebeyko staff answered 7 years ago
Head pro premium priority commented 7 years ago
Hello, and thanks for the reply. I'm using Chrome Version 68.0.3440.17 (Official Build) beta (64-bit). You can see a stripped-down implementation of the issue at http://central.commandcopywriter.com/test.htmlClosed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Closed
- User: Pro
- Premium support: Yes
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: Yes
- Provided link: No
Head pro premium priority commented 7 years ago
I re-downloaded the MDB-Pro zip from MY ACCOUNT, and replaced the bootstrap, jquery, and mdb files. This seems to have fixed the issue. I don't know what was wrong with the initial downloaded files, but there it is.