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 91dcd71 commit 08c93b3Copy full SHA for 08c93b3
src/BootstrapBlazor/Components/Dropdown/Dropdown.razor.cs
@@ -106,12 +106,14 @@ public partial class Dropdown<TValue>
106
107
/// <summary>
108
/// 获得/设置 OnClick 事件
109
+ /// <para><see cref="ShowSplit"/> 为 true 时生效</para>
110
/// </summary>
111
[Parameter]
112
public EventCallback<MouseEventArgs> OnClick { get; set; }
113
114
115
/// 获得/设置 OnClick 事件不刷新父组件
116
117
118
119
public Func<Task>? OnClickWithoutRender { get; set; }
0 commit comments