You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an issue with the package where the necessary CSS and JavaScript dependencies for widgets are not loaded when these widgets are placed in a formset within a form. Please note that this issue does not occur when the same widget is added directly to the main form.
There's an issue with the package where the necessary CSS and JavaScript dependencies for widgets are not loaded when these widgets are placed in a formset within a form. Please note that this issue does not occur when the same widget is added directly to the main form.
Steps to Reproduce:
The issue is reproducible using the django-bootstrap-datepicker-plus package with the following steps:
Install the package:
pip install django-bootstrap-datepicker-plus
Add it to INSTALLED_APPS:
Create a custom widget without redefining the CSS and JavaScript:
Assign the custom widget to a formset example (in this case, PaymentTermForm):
The text was updated successfully, but these errors were encountered: