Skip to content

Commit 3a2de91

Browse files
committed
refactor: 增加中文注释
1 parent 819f6ff commit 3a2de91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BootstrapBlazor/Components/Select/Select.razor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ public partial class Select<TValue> : ISelect, ILookup
2727
private ILookupService? InjectLookupService { get; set; }
2828

2929
/// <summary>
30-
/// Gets or sets a value indicating whether the "active" state should be used when the associated value is null.
30+
/// 获得/设置 值为 null 时是否使用第一个选项作为默认值
31+
/// <para>Gets or sets a value indicating whether the "active" state should be used when the associated value is null.</para>
3132
/// </summary>
3233
[Parameter]
3334
public bool IsUseActiveWhenValueIsNull { get; set; }

0 commit comments

Comments
 (0)