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

Don't submit widget's internal input fields with form data

Open bhch opened this issue 3 years ago • 2 comments

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.

bhch avatar Sep 20 '21 16:09 bhch