Christophe Cordenier
Christophe Cordenier
Hi, I'm currently integrating Angular 2 schema form in my project, and while testing some generated JSON schema, I encountered this strange behavior with this rather simple schema `{ "type":...
https://github.com/guillotinaweb/ngx-schema-form/blob/128c4f131a73679d6cacf8fed5f22d9e0d1fc8f5/projects/schema-form/src/lib/model/atomicproperty.ts#L6 Does it make sense to compare the input value with the current atomic value before triggering any event or propagate change to upper levels ?
Add some groovy tests