Hi all,
Is it possible to update a parent's component state? I have a multiple option selector for products. For instance, a product can have size and color, each of them with multiple values (say S
, M
and L
for size and Black
and Blue
for color).
I've created a component for this. It has a listview where each children also contains a component that has a choicechips element (structure shown in the attached images). I was wondering if it's possible to update the parent component state when a value is selected on any of the choicechips components.
Thank you in advance!