Skip to content

Commit 7bda982

Browse files
committed
doc: 增加注释
1 parent 1170cba commit 7bda982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/SelectGeneric/SelectGeneric.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ private async Task OnChange(ChangeEventArgs args)
495495

496496
if (val is not null)
497497
{
498-
// 返回值时
498+
// 返回值时,由外部更新 Items 参数
499499
CurrentValue = val;
500500
}
501501
else

0 commit comments

Comments
 (0)