- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
tree节点文字过长的问题
What does the proposed API look like?
在现有基础上增加一种方式,支持超过固定宽度的文字用【…】代替
tree节点文字过长的问题
在现有基础上增加一种方式,支持超过固定宽度的文字用【…】代替
8条答案
按热度按时间eqzww0vc1#
Hello @7Charlotte. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please send your Pull Request to proper branch (feature branch for the new feature, master for bugfix and other changes), fill the Pull Request Template here, provide changelog/TypeScript/documentation/test cases if needed and make sure CI passed, we will review it soon. Appreciate it advance and we are looking forward to your contribution!
你好 @7Charlotte, 我们完全同意你的提议/反馈,欢迎直接在此仓库 创建一个 Pull Request 来解决这个问题。请将 Pull Request 发到正确的分支(新特性发到 feature 分支,其他发到 master 分支),务必填写 Pull Request 内的 预设模板 ,提供改动所需相应的 changelog、TypeScript 定义、测试用例、文档等,并确保 CI 通过,我们会尽快进行 Review,提前感谢和期待您的贡献!
hmmo2u0o2#
I want to try it.
8e2ybdfx3#
I want to try it.
That's great.
We meet again :)
tpxzln5u4#
@zombieJ
这个是不是要在 TreeNode 添加一个属性
titleEllipsis
来控制。wgeznvg75#
@MrHeer 做成超出自动换行或者自动 ellipsis 就行,v3 不会接受新的 feature。
cqoc49vn6#
@zombieJ 我看现在 v4 时默认自动换行的,所以我是打算做一个 feature 给 v4。
而且不管是v3还是v4我现在能够想到的办法都需要修改 react-component/tree
slmsl1lt7#
又想了一下,TreeSelect 不应该用省略号,对于较深的层级结构,箭头都会显示不出来。这个应该是刻意设计。
aij0ehis8#
又想了一下,TreeSelect 不应该用省略号,对于较深的层级结构,箭头都会显示不出来。这个应该是刻意设计。
应该加上可以用省略号的feature,这样使用者可以自己决定要不要省略。有些场景需要省略的