ant-design-blazor/components/auto-complete/AutoCompleteOptGroup.razor

17 lines
233 B
C#
Raw Normal View History

@namespace AntDesign
@inherits AntDomComponentBase
<div class="ant-select-item ant-select-item-group">
@if (LabelFragment == null)
{
@Label
}
else
{
@LabelFragment
}
</div>
@ChildContent