Skip to content

Commit 08c93b3

Browse files
committed
doc: 更新参数注释
1 parent 91dcd71 commit 08c93b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BootstrapBlazor/Components/Dropdown/Dropdown.razor.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,14 @@ public partial class Dropdown<TValue>
106106

107107
/// <summary>
108108
/// 获得/设置 OnClick 事件
109+
/// <para><see cref="ShowSplit"/> 为 true 时生效</para>
109110
/// </summary>
110111
[Parameter]
111112
public EventCallback<MouseEventArgs> OnClick { get; set; }
112113

113114
/// <summary>
114115
/// 获得/设置 OnClick 事件不刷新父组件
116+
/// <para><see cref="ShowSplit"/> 为 true 时生效</para>
115117
/// </summary>
116118
[Parameter]
117119
public Func<Task>? OnClickWithoutRender { get; set; }

0 commit comments

Comments
 (0)