We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38636e commit 5013da4Copy full SHA for 5013da4
src/BootstrapBlazor/Components/Select/Select.razor.cs
@@ -58,7 +58,7 @@ public partial class Select<TValue> : ISelect, ILookup
58
public Func<SelectedItem, Task<bool>>? OnBeforeSelectedItemChange { get; set; }
59
60
/// <summary>
61
- /// Gets or sets whether show the swal popup when <see cref="OnBeforeSelectedItemChange"/> return true. Default is true.
+ /// Gets or sets whether to show the Swal confirmation popup when <see cref="OnBeforeSelectedItemChange"/> returns true. Default is true.
62
/// 获得/设置 是否显示 Swal 确认弹窗
63
/// </summary>
64
[Parameter]
0 commit comments