Closed
Bug 1843429
Opened 3 years ago
Closed 2 years ago
Decide how to relay user input from components back to parent
Categories
(Firefox Graveyard :: Shopping, task, P1)
Firefox Graveyard
Shopping
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhirsch, Assigned: amy)
References
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•3 years ago
|
Assignee: nobody → achurchwell
Severity: -- → S3
Priority: -- → P1
Whiteboard: [fidefe-shopping]
Updated•3 years ago
|
| Reporter | ||
Updated•2 years ago
|
Blocks: shopping2023
| Reporter | ||
Comment 1•2 years 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: 2 years ago
Resolution: --- → FIXED
Updated•1 year ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•