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
63 stars 12 forks source link

[Deprecation] Listener added for a 'DOMNodeInserted' mutation event. #21

Open danleyb2 opened 2 months ago

danleyb2 commented 2 months ago

Describe the bug Support for this event type has been removed, and this event will no longer be fired. See https://chromestatus.com/feature/5083947249172480 for more information.

To Reproduce Steps to reproduce the behavior: 1.Visit any page that uses static/js/django-flatpickr.js and check browser console

Expected behavior A clear and concise description of what you expected to happen.

Screenshots 2024-09-11_17-52

Setup Information (please complete the following information):

fwbam commented 1 month ago

I'm seeing the same thing. Is this maybe related to why I can't set the initial value?

danleyb2 commented 1 month ago

@fwbam AFAIK it doesn't affect current functionality