You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After turning on virtual scrolling in TreeSelect (nzVirtualHeight), if the item is too wide, it will be incomplete (the horizontal scroll bar will not appear again)
Reproduction link
https://stackblitz.com/edit/gwd6ww4k?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
模拟NzTreeNodeOptions中每一项的title很长的情况
What is expected?
和不使用虚拟滚动(nzVirtualHeight )一样,出现横向滚动条,可以显示完全部的title
What is actually happening?
没有出现横向滚动条,title显示不全
The text was updated successfully, but these errors were encountered: