react-json-form icon indicating copy to clipboard operation
react-json-form copied to clipboard

Support for form 'reset'

Open sposs opened this issue 10 months ago • 1 comments

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?

sposs avatar Apr 25 '24 08:04 sposs