Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 6.8k
Label for md-radio-group #7556
Copy link
Copy link
Closed
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/radiofeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issueshelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Description
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/radiofeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issueshelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Bug, feature request, or proposal:
What is the expected behavior?
We need some built-in means to add labels (probably, not only for
md-radio-group) when needed.What is the current behavior?
There is no built-in way to give a label to a
md-radio-group. You have to add, lay out and style HTMLlabel,spanordivby yourself.What are the steps to reproduce?
Using a sample layout:
Leads to an un-styled label:

What is the use-case or motivation for changing an existing behavior?
Many times we want to label a
md-radio-group, but don't have built-in means to do so.Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/material": "2.0.0-beta.11"