monim67 / django-bootstrap-datepicker-plus

Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django >= 2.0
https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
MIT License
223 stars 61 forks source link

Lost Functionallity #90

Closed jjulian91 closed 1 year ago

jjulian91 commented 1 year ago

After update from V3.X all functionality to modify the datepicker via JS/Jquery has been stripped

To Reproduce Steps to reproduce the behavior: Install V5.X

Expected behavior JQuery/Javascript to be able to update options of the datepicker.

monim67 commented 1 year ago

From v4 customization has been greatly improved, details on the doc.

jjulian91 commented 1 year ago

The issue is that these seem to be immutable widgets. JS/Jquery cannot touch the options after the form was rendered.