monim67 / django-flatpickr

Flatpicker based DatePickerInput, TimePickerInput and DateTimePickerInput with date-range-picker functionality for django >= 2.0
https://pypi.org/project/django-flatpickr/
MIT License
60 stars 11 forks source link

Month Dropdown (List) is not showing on Django Flat Picker #9

Open MohammedAbuObaid opened 3 years ago

MohammedAbuObaid commented 3 years ago

Hey everyone,

I'm trying to use Django-FlatPickr in my Django project. I managed to configure all the options except for the Month List which is displayed on the header of Datetime Picker

I tried to set the [ 'monthSelectorType': 'dropdown' ] property but that didn't help!

Can you please provide any solution?

Setup Information