Skip to content

Radio buttons in vertical table are rendered differently from other radio buttons #196

Description

@Harown

Most radio buttons have the ant style but radio buttons in vertical tables have not. This can also been seen in an older issue: #159

Most radio buttons have this markup:

<span class="ant-radio ant-radio-checked">
    <input type="radio" class="ant-radio-input" name="radiogroup_XXX/1/1">
    <span class="ant-radio-inner"></span>
</span>

Vertical table radios have this one:

<label class="ng-star-inserted">
  <input type="radio" aria-label="some display text" name="XXX/1/1" id="XXX/1/1|..." value="[object Object]" class="ant-radio-input">
</label>

Although the input has the correct ant class, the surrounding elements differ.

Version: 42.2.0

Thanks 🙂

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions