Yeah, since this is an array of object the rendered html is
children.0.birthdate
so if the user add another child, it will be:
children.1.birthdate
and so on.
I guess, I have to explicitly registered at least five change events.
I’ve tried children.[].age
and ```children.[0,1,2,3,4,5].age, also no effect, ,
Is there a better way or approach to accomplish this?