Douglas de Alencar

Results 4 comments of Douglas de Alencar

Sorry for not answer you before.. Well, usually Json Editor has callbacks for every update, like a char insertion. This new callback should be a after enter all content, after...

"Maybe the current `onChange` and `onChangeJSON` events should simply fire on `blur` of a field that is edited?" - Yes. I did this way: ` element.find( '.jsoneditor .jsoneditor-value' ).on( 'focusout',...

1. I didn't know that it works that way. Usually, on Excell for example, you have to press Alt+Enter (I think) for a new line. 2. Ok, I understand. I...