Topic: DatePicker year and month dropdown is not showing up
Hi,
I have MDB pro and after upgrading to 4.4.1 date picker is not showing year and month drop down. It was fine with 4.3.2. Here is my initialization code:
$('.datepicker').pickadate({
formatSubmit: 'yyyy/mm/dd',
selectMonths: 12,
selectYears: 10
});
Please let me know if I am missing something.
Add comment
Mirosław Stasiak
answered 8 years ago
Hi,
Add this code to your style.css file
.picker__header select {
display: inline-block !important;
}
Regards,
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No