You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there any way to prevent the change event from firing on every edit and fire only when the editor loses focus? right now it is triggered on each keystroke.
The text was updated successfully, but these errors were encountered:
Thank you from feedback :)
Currently change event triggers as often as change in josdejong/jsoneditor, there is similar issue josdejong/jsoneditor#71
It is also a problem for my personal use cases of this custom element, so I will try to fix/workaround it somehow just after I finish JSON-Patch support in jsoneditor itself.
is there any way to prevent the change event from firing on every edit and fire only when the editor loses focus? right now it is triggered on each keystroke.
The text was updated successfully, but these errors were encountered: