mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 00:41:30 +08:00
7e5e83ee19
* fix(module: radio): add defaultChecked and defaultValue * add tests * add test for radio group
11 lines
339 B
C#
11 lines
339 B
C#
@namespace AntDesign
|
|
@typeparam TValue
|
|
@inherits AntInputComponentBase<TValue>
|
|
|
|
<CascadingValue Value="this" IsFixed="@true">
|
|
<CascadingValue Value="true" Name="InGroup" IsFixed>
|
|
<div class="@ClassMapper.Class" style="@Style" id="@Id" @ref="Ref">
|
|
@ChildContent
|
|
</div>
|
|
</CascadingValue>
|
|
</CascadingValue> |