josdejong / svelte-jsoneditor

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

method `.set()` not triggering an `onChange` #333

Closed josdejong closed 6 months ago

josdejong commented 8 months ago

Using the method .set() in plain Javascript (outside of Svelte) does not trigger an onChange. The onChange should trigger on every change, both by user interactions and programmatic changes.

josdejong commented 6 months ago

This has been fixed in v0.18.12 (2023-11-08), closing this issue.