question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

<mat-radio-group formControlName='gender'>
    <mat-radio-button value='1'>Male</mat-radio-button>
    <mat-radio-button value='2'>Female</mat-radio-button>
</mat-radio-group>

This will not work with value of gender being 1, but will work with '1', no need to explain the difference between two, right?

Is this how you design it to be??

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
jelbourncommented, Mar 7, 2018

Closing this issue as it does not follow the issue template. Please file a new issue that follows the template, which gives the team the information needed to investigate.

1reaction
andreyan-andreevcommented, Mar 7, 2018

@jelbourn great work, show them all how to resolve an issue 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Radio button | Angular Material
MatRadioGroup. A group of radio buttons. May contain one or more <mat-radio-button> elements. Selector ...
Read more >
Set mat-radio-button default selected in a mat ... - Stack Overflow
I have many options in a mat-radio-group but these are dynamically placed according to a json object. Something like this:.
Read more >
Material Design components for Blazor - MatBlazor
MatRadioGroup ; Class, String, Specifies one or more classnames for an DOM element. ; GroupName, String ; Id, String ; Items, IEnumerable<TValue>.
Read more >
mat-radio-button, Angular material radio button Usage, Example
Step 2: Use mat-radio-group selector to group radio buttons. Radio buttons are generally used in radio groups i.e, collections of radio buttons indicating...
Read more >
Mat Radio Group Onchange - StackBlitz
Editor Preview Both. Sign in. Project. Search. Settings. Switch to Light Theme. Enter Zen Mode. Project. Download Project. Info. Mat Radio Group Onchange....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found