onChange listener on object field not triggered when nested properties change #2014
Unanswered
JackFazackerley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get an
OnChangelistener to trigger when anything under an object changes rather than on a specific field. I'm unsure if this is intentionally not triggering or is a bug.Example Code:
I've simplified the example but in my app I have a
FieldGroupwhich contains the input fields for an object and then a secondaryFieldGroupwhich iterates over them and uses the previous as a component.Beta Was this translation helpful? Give feedback.
All reactions