Closed
Bug 1894499
Opened 10 months ago
Closed 9 months ago
Create base moz-radio-group and moz-radio components with inputs and labels
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: mstriemer, Assigned: hjones)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp])
Attachments
(1 file)
To start with radio inputs there should be moz-radio-group
and moz-radio
components that support creating radio inputs, the moz-radio
should support a label and checked attribute. These should function like basic radio inputs
<moz-radio-group name="update-setting">
<moz-radio value="1" label="Install automatically" checked></moz-radio>
<moz-radio value="0" label="Download, but don't install"></moz-radio>
</moz-radio-group>
Updated•10 months ago
|
Reporter | ||
Updated•10 months ago
|
Assignee: nobody → hjones
Assignee | ||
Comment 1•10 months ago
|
||
This is just a basic implementation of our proposed moz-radio
and moz-radio
group elements.
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d5f1bce2e309
Implement base moz-radio and moz-radio-group r=reusable-components-reviewers,desktop-theme-reviewers,accessibility-frontend-reviewers,tgiles,dao,nlapre
Comment 3•9 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•