Skip to content

Commit 9e1896d

Browse files
authored
Merge pull request #1422 from easyops-cn/zekun/tree-select
fix(): 默认关闭虚拟滚动,虚拟滚动会导致数据显示不完整(被遮住)
2 parents 2b9945f + b43497e commit 9e1896d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bricks/advanced/src/tree-select/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ function TreeSelectElement(props: TreeSelectProps): React.ReactElement {
292292
onSelect={onSelect}
293293
onSearch={onSearch}
294294
onTreeExpand={onTreeExpand}
295+
virtual={false}
295296
/>
296297
</StyleProvider>
297298
</ConfigProvider>

0 commit comments

Comments
 (0)