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
I've started using your django-jsonform project, works wonderfully for our use case.
One thing that's a little annoying: when adding a form input with type 'reset', the JSONField's input selectors (in case of type Array or strings) are not reset to the original values. I cannot say if other data types are affected. Only solution we could find is to reload the entire view. Is that issue something you know about?
The text was updated successfully, but these errors were encountered:
I've started using your django-jsonform project, works wonderfully for our use case.
One thing that's a little annoying: when adding a form input with type 'reset', the JSONField's input selectors (in case of type Array or strings) are not reset to the original values. I cannot say if other data types are affected. Only solution we could find is to reload the entire view. Is that issue something you know about?
The text was updated successfully, but these errors were encountered: