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
If I try to use this plugin to add a new inline formset where there were none(the parent had no children) the buttons won't even show up. If I set an extra of 1 the buttons show up, but the initial empty form does not modify the management form when it is deleted, so I can't succesfully post. Does anyone have any idea how to solve this?
The text was updated successfully, but these errors were encountered:
I ran into a similar issue using crispy + bootstrap4 + table_inline_formset. The add button is present but does nothing. Seems to be because when the formset is empty the template does not populate enough table info for django-dynamic-formset to act upon.
If I try to use this plugin to add a new inline formset where there were none(the parent had no children) the buttons won't even show up. If I set an extra of 1 the buttons show up, but the initial empty form does not modify the management form when it is deleted, so I can't succesfully post. Does anyone have any idea how to solve this?
The text was updated successfully, but these errors were encountered: