We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have an igx-radio-group component with 4 igx-radio buttons and a label. The label is not aligned with the radio buttons.
igx-radio-group
igx-radio
<igx-radio-group [(ngModel)]="matchInEdit.player1Race" required> <label igxLabel i18n>SC2 race</label> <igx-radio [value]="0" i18n>Random</igx-radio> <igx-radio [value]="1" i18n>Protoss</igx-radio> <igx-radio [value]="2" i18n>Terran</igx-radio> <igx-radio [value]="3" i18n>Zerg</igx-radio> </igx-radio-group>
The label and radio buttons are misaligned.
Label and radio buttons should be aligned.
The text was updated successfully, but these errors were encountered:
@sdimchevski Can we add this pattern to the UI kit patterns? How long do you think it will take so we can base the implementation on the design?
Sorry, something went wrong.
simeonoff
sdimchevski
No branches or pull requests
Description
I have an
igx-radio-group
component with 4igx-radio
buttons and a label. The label is not aligned with the radio buttons.Steps to reproduce
igx-radio-group
like this:Result
The label and radio buttons are misaligned.
Expected result
Label and radio buttons should be aligned.
Attachments
The text was updated successfully, but these errors were encountered: