rodikh/angular-json-editor

onChange Event not fired for boolean and null property value

elena89rossi opened this issue · 2 comments

Hi,
I've a problem with json object with boolean property.
If i write my json through "Properties" button all works fine.
If i write my json through "JSON" button the onChange event is not fired if my object have a boolean or null property.
The result is that the layout is updated while my data isn't updated.
( I've used version 0.2.1 but i try to reproduce the same case also using your demo page with the latest version of plugin )
1
2

Can you confirm that this works in the original jdorn/json-editor project?

Sorry, the problem is in the original jdorn/json-editor project.