Skip to content

Commit 111a79b

Browse files
committed
refactor: 更新配置
1 parent 9023354 commit 111a79b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/BootstrapBlazor/Components/AutoComplete/PopoverCompleteBase.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ public abstract class PopoverCompleteBase<TValue> : BootstrapInputBase<TValue>,
104104
/// </summary>
105105
protected string? PlacementString => Placement == Placement.Auto ? null : Placement.ToDescriptionString();
106106

107+
/// <summary>
108+
/// 获得 获得焦点自动显示下拉框设置字符串
109+
/// </summary>
110+
protected string? ShowDropdownListOnFocusString => ShowDropdownListOnFocus ? "true" : null;
111+
107112
/// <summary>
108113
/// 获得 CustomClass 字符串
109114
/// </summary>

0 commit comments

Comments
 (0)