Closed
Bug 1843429
Opened 1 year ago
Closed 1 year ago
Decide how to relay user input from components back to parent
Categories
(Firefox :: Shopping, task, P1)
Firefox
Shopping
Tracking
()
RESOLVED
FIXED
People
(Reporter: jhirsch, Assigned: amy)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-shopping])
(Placeholder bug for the moment.)
There are a few ways components can communicate back to the parent component--invoking callbacks passed down, or emitting CustomEvents, or I guess explicitly having callbacks that invoke functions on that parent component.
We'll want to define the desired approach, document it, share with the team, and land a first patch that shows how to do the thing correctly.
Reporter | ||
Updated•1 year ago
|
Assignee: nobody → achurchwell
Severity: -- → S3
Priority: -- → P1
Whiteboard: [fidefe-shopping]
Updated•1 year ago
|
Reporter | ||
Updated•1 year ago
|
Blocks: shopping2023
Reporter | ||
Comment 1•1 year ago
|
||
I think we can call this done--we'll use CustomEvents to relay events up to the parent as needed.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•