Dialog form as a form collection #194
-
Is it possible to use a dialog form as a form collection? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This currently is difficult. Reason is that a form used in a dialog interacts with that dialog. Therefore it's written as Btw. Please have a look at the dialog in the upcoming version. It now is more generic, implemented as webcomponent and could be a starting point for such a feature. |
Beta Was this translation helpful? Give feedback.
-
Please checkout https://github.com/jrief/django-formset/tree/ModelAdmin-support Let me know if it works for you. |
Beta Was this translation helpful? Give feedback.
-
Deploying the interactive documentation requires these extra libraries:
they are referenced here: django-formset/.deployment/Dockerfile Line 22 in 25e03a3 |
Beta Was this translation helpful? Give feedback.
This currently is difficult. Reason is that a form used in a dialog interacts with that dialog. Therefore it's written as
<form … method="dialog">
. By using a form collection, we would lose that interaction.Btw. Please have a look at the dialog in the upcoming version. It now is more generic, implemented as webcomponent and could be a starting point for such a feature.