• Henry Moser
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I have a parent component that iterates through a list of objects that are displayed in child components. Each child component has an input for an integer (default 0), and the parent component has an attribute that needs to be displayed as the sum of all child components' inputs.

What's the method of dynamically displaying the sum from the parent on change to any of the child components' input?