Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛[BUG]valueType等于select,并且 mode 是 multiple时,ellipsis不生效 #8072

Closed
linzhaoyang opened this issue Jan 11, 2024 · 1 comment

Comments

@linzhaoyang
Copy link

🐛 bug 描述

valueType等于select,并且 mode 是 multiple时, ellipsis不生效

📷 复现步骤

在使用ProTable 时,
Columns 配置
[{
title: '签章',
width: 180,
dataIndex: 'sealId',
key: 'sealId',
ellipsis: true,
fieldProps: {
mode: 'multiple',
},
valueType: 'select',
readonly: true,
}]

🏞 期望结果

在ProTable 的只读状态下,使用multiple模式的select,ellipsis能够生效将文本省略

💻 复现代码

© 版本信息

  • ProComponents 版本: [e.g. 2.6.44]
  • umi 版本
  • 浏览器环境 Chrome 120.0.6099.201
  • 开发环境 [e.g. windows]

🚑 其他信息

Copy link

以下的 Issues 可能会帮助到你 / The following issues may help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant