mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 01:11:52 +08:00
f09e71ba06
* feat: auto complete refactor * feat: autocomplete Refactor * feat: autocomplete property * feat: autocomplate * feat: autocomplete * feat: autocomplete Co-authored-by: James Yeung <shunjiey@hotmail.com>
17 lines
233 B
C#
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
|
|
|
|
|