react-json-form
react-json-form copied to clipboard
Don't submit widget's internal input fields with form data
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 of name
on inputs.