- I have searched the issues of this repository and believe that this is not a duplicate: Horizontal Scroll for
TreeSelect
#33848 (auto-closed due to issue format error); TreeSelect Horizontal Scroll #33575
What problem does this feature solve?
Currently the content becomes invisible for TreeSelect
of limited width but large nested tree.
What does the proposed API look like?
Enable horizontal scroll for TreeSelect
by default. It should be compatible with infinite scroll which mainly optimizes vertical loading.
6条答案
按热度按时间rkue9o1l1#
ran into the same problem :(
afdcj2ne2#
facing same issue
mccptt673#
I'm having the same issue on Tree component. Is there any solution?
jecbmhm34#
It seems that you have to write a small component by yourself.
5gfr0r5j5#
@afc163 either write a proper Virtual lib that handles both horizontal and vertical scrolling or atleast give the deprecated feasibility to implement our own such as
p5cysglq6#
+1
Using
virtual={false}
as workaround now.