alibaba-fusion / next

🦍 A configurable component library for web built on React.
https://fusion.design
MIT License
4.58k stars 584 forks source link

[TreeSelect]Dialog&TreeSelect下拉选项部分无法选择 #577

Closed acrens closed 4 years ago

acrens commented 5 years ago

Version

1.14.0

Component

TreeSelect

Environment

web

Reproduction link

https://riddle.alibaba-inc.com/riddles/4b51533f

Steps to reproduce

1、Dialog 内部添加 TreeSelect 组件并且下拉选项较多超出屏幕时,部分下拉选项无法选择

myronliu347 commented 5 years ago

需要给TreeSelect 弹出层增加一个最大高度

myronliu347 commented 5 years ago

先使用popupClassName 给这个选择框弹出层加一个 max-width属性解决吧,后续我们会做功能更新