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 🙂
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:
Vertical table radios have this one:
Although the input has the correct ant class, the surrounding elements differ.
Version: 42.2.0
Thanks 🙂