alibaba / formily

📱🚀 🧩 Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3
https://formilyjs.org/
MIT License
11.32k stars 1.48k forks source link

[Feature Request] [formily/antd][PreviewText.TreeSelect] 大数据模式下,需要进行展示优化 #3952

Open lk0606 opened 1 year ago

lk0606 commented 1 year ago

What problem does this feature solve?

大数据情况下,PreviewText.TreeSelect展示标签过多,会造成以下问题。

What does the proposed API look like?

PreviewText.TreeSelect

  1. maxHeight,默认虚拟滚动 componentProps: { maxHeight: '300px', }
  2. maxTagConut componentProps: { maxTagConut: 'responsive' }
lk0606 commented 1 year ago

如需支持,我可以提pr进来

janryWang commented 11 months ago

可以 PR 的哈,感谢