Open
Bug 1699018
Opened 4 years ago
Updated 4 years ago
Allow dynamic result types to automatically map payload properties to elements during view updates
Categories
(Firefox :: Address Bar, enhancement, P3)
Firefox
Address Bar
Tracking
()
NEW
People
(Reporter: adw, Unassigned)
References
(Blocks 1 open bug)
Details
One more thing highlighted by Daisuke's unit converter (bug 1697722): There's a payload.output
property that's used to set the text content of an element named output
. The dynamic result documentation has a similar example where a bunch of payload properties correspond directly to elements with the same name. It would be cool if the view-update logic could optionally and automatically update the text content and/or relevant l10n attributes. Seems doable.
You need to log in
before you can comment on or make changes to this bug.
Description
•