josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
818 stars 108 forks source link

The form is being submitted when press Enter on tree mode #274

Closed jbek7 closed 1 year ago

jbek7 commented 1 year ago

I've a react-final-form component that wraps the SvetleJsonEditor. It's submitting form for some reason when I press enter after editing the JSON tree value.

josdejong commented 1 year ago

How can we reproduce your issue? Can you provide a minimal code example, like in https://codesandbox.io ?

josdejong commented 1 year ago

Closing this due to lack of input.