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

Date picker on InlineFormset #98

Open jjulian91 opened 1 year ago

jjulian91 commented 1 year ago

Describe the problem Unable to populate DBDP on inlineformset forms

To Reproduce Steps to reproduce the behavior: instantiate inlineformset factory utilizing dynamic_formsets

Expected behavior Populate/ability to use date picker on any template

Console errors

Paste-bin The page is showing up but the date-picker calendar is not. The paste-bin link of the HTML source of the page is http://...

Setup Information (please complete the following information):

[x] I have followed the configuration instructions and checked out the common error troubleshooting page.