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
It is good to know that only the JSON data needs to be submitted. When playing around with django-jsonform, I realized that 'multiselect' values are not sent unlike the rest of the inputs. Because of how the widget is implemented, there are no name attributes on any of the input elements.
Apparently this is not even the intended function, but the inconsistency was a bit confusing.
I always feel bad leaving comments on public repos that are even remotely negative -- library is awesome!
Currently, all the widgets fields are submitted with the form. But the expected behaviour is that only the JSON data is submitted.
One possible solution is using
data-name
instead ofname
on inputs.The text was updated successfully, but these errors were encountered: