amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.02k forks source link

Changing CSS Class of Month and Year Stops change of calendar while i pick year or month from DDL #1204

Open ahmad6242 opened 4 years ago

ahmad6242 commented 4 years ago

Whenever i change the class // Classes klass: { // Month & year labels month: 'pickermonth custom-select', year: 'pickeryear custom-select', }

it add these classes in the year and month ddl, but it stops the change of calendar when i pick month or year from the DDL. Can you please help.

DanielRuf commented 4 years ago

Hi @ahmad6242,

thanks for reporting this.

Please provide some details about the pickadate version that you use.

Can you also provide a working codepen as reproducible testcase?

ahmad6242 commented 4 years ago

Sure i will send tonight... @DanielRuf