Juicy / juicy-jsoneditor

Polymer Element that wraps josdejong/jsoneditor and adds two-way binding for edited JSON.
http://juicy.github.io/juicy-jsoneditor/
MIT License
42 stars 12 forks source link

change events #3

Open vukasin opened 9 years ago

vukasin commented 9 years ago

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.

tomalec commented 9 years ago

Thank you from feedback :) Currently change event triggers as often as change in josdejong/jsoneditor, there is similar issue https://github.com/josdejong/jsoneditor/issues/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.