dschnelldavis / angular2-json-schema-form

Angular 2 JSON Schema Form builder
MIT License
285 stars 177 forks source link

Angular onChange issue #300

Closed trsh closed 6 years ago

trsh commented 6 years ago

Issue type

I'm submitting a (check one): [x ] Bug report [ ] Feature request [ ] Regression (something that used to work, but stopped working in a newer version) [ ] Support request [ ] Documentation issue or request

Current behavior

onChanges is firing on every tick

Expected behavior

Should fire when form is changes

trsh commented 6 years ago

This is more an angular logic thing.

stretau commented 6 years ago

This is more an angular logic thing.

@trsh what did you meant with this? Is there any opportunity to listen on real changes of the form (only if inputs are really changed?)

trsh commented 6 years ago

@stretau

I don't remember exactly, but I had a recursion thing going on. Sorry.