Skip to content

Commit 5013da4

Browse files
committed
doc: 更新文档
1 parent d38636e commit 5013da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public partial class Select<TValue> : ISelect, ILookup
5858
public Func<SelectedItem, Task<bool>>? OnBeforeSelectedItemChange { get; set; }
5959

6060
/// <summary>
61-
/// Gets or sets whether show the swal popup when <see cref="OnBeforeSelectedItemChange"/> return true. Default is true.
61+
/// Gets or sets whether to show the Swal confirmation popup when <see cref="OnBeforeSelectedItemChange"/> returns true. Default is true.
6262
/// 获得/设置 是否显示 Swal 确认弹窗
6363
/// </summary>
6464
[Parameter]

0 commit comments

Comments
 (0)