react-json-form
react-json-form copied to clipboard
Support for form 'reset'
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?