josdejong / svelte-jsoneditor

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

Clicking on color picker causes a form submit #162

Closed elipp closed 1 year ago

elipp commented 1 year ago

I'm currently working on integrating this to a Django admin view, and I noticed that clicking on the colored square on the color picker widget causes the form "submit" action to be issued, reloads the page etc.

If this is a feature, I'd love to know how to disable it. Thanks!

josdejong commented 1 year ago

Thanks for reporting. This is a bug, this button is missing a type="button" attribute.

josdejong commented 1 year ago

This issues is fixed now in v0.7.10