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 70de728 commit c9453fcCopy full SHA for c9453fc
src/BootstrapBlazor/Components/TreeView/TreeView.razor.cs
@@ -258,7 +258,7 @@ public partial class TreeView<TItem> : IModelEqualityComparer<TItem>
258
public bool EnableKeyboard { get; set; }
259
260
/// <summary>
261
- /// 获得/设置 是否键盘上下键操作当前选中节点与视窗关系配置 默认 null 使用 { behavior: "smooth", block: "nearest", inline: "nearest" }
+ /// 获得/设置 是否键盘上下键操作当前选中节点与视窗关系配置 默认 null 使用 { behavior: "smooth", block: "nearest", inline: "start" }
262
/// </summary>
263
[Parameter]
264
public ScrollIntoViewOptions? ScrollIntoViewOptions { get; set; }
0 commit comments