ant-design-blazor/components/auto-complete/AutoCompleteOptGroup.razor
TimChen f09e71ba06 feat: auto complete refactor (#529)
* feat: auto complete refactor

* feat: autocomplete Refactor

* feat: autocomplete property

* feat: autocomplate

* feat: autocomplete

* feat: autocomplete

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-26 22:37:08 +08:00

17 lines
233 B
C#

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