ant-design / ant-design/pro-components

🐛[BUG]ProDescriptions的column,如果带ellipsis: true则会不支持valueEnum

Open
#7,937 2 comments 0 reactions 0 assignees View on GitHub
⭕️ bug descriptions
Dominant language
TypeScript
Stars
4.8k
Forks
1.4k
Avg merge
10h 44m
Merged PRs (30d)
3

Description

提问前先看看:

https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md

### 🐛 bug 描述

ProDescriptions使用columns来传入结构,当某个column item的ellipsis为true,则它的valueEnum会失效,只展示原数据而不会展示Enum中设置的内容。

### 📷 复现步骤

sandbox:[链接](https://codesandbox.io/p/sandbox/prodescriptionsbu-zhi-chi-valueenum-forked-g6x6tc?layout=%257B%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522rootPanelGroup%2522%253A%257B%2522direction%2522%253A%2522horizontal%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522id%2522%253A%2522ROOT_LAYOUT%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522clpjelpxf0044356mommdwd63%2522%252C%2522sizes%2522%253A%255B70%252C30%255D%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522EDITOR%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522id%2522%253A%2522clpjelpxf0041356mwrrvulxe%2522%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522SHELLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522id%2522%253A%2522clpjelpxf0043356ms1yo0k4u%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522DEVTOOLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522id%2522%253A%2522clpjelpxf0042356m1ei3rbvu%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%252C%2522sizes%2522%253A%255B50%252C50%255D%257D%252C%2522tabbedPanels%2522%253A%257B%2522clpjelpxf0041356mwrrvulxe%2522%253A%257B%2522id%2522%253A%2522clpjelpxf0041356mwrrvulxe%2522%252C%2522tabs%2522%253A%255B%257B%2522id%2522%253A%2522clpjfdzwo0075356msxxno93k%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522FILE%2522%252C%2522initialSelections%2522%253A%255B%257B%2522startLineNumber%2522%253A14%252C%2522startColumn%2522%253A31%252C%2522endLineNumber%2522%253A14%252C%2522endColumn%2522%253A31%257D%255D%252C%2522filepath%2522%253A%2522%252FApp.tsx%2522%252C%2522state%2522%253A%2522IDLE%2522%257D%255D%252C%2522activeTabId%2522%253A%2522clpjfdzwo0075356msxxno93k%2522%257D%252C%2522clpjelpxf0042356m1ei3rbvu%2522%253A%257B%2522id%2522%253A%2522clpjelpxf0042356m1ei3rbvu%2522%252C%2522tabs%2522%253A%255B%257B%2522type%2522%253A%2522UNASSIGNED_PORT%2522%252C%2522port%2522%253A0%252C%2522id%2522%253A%2522clpjetvo0003f356mzsmkckgi%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522path%2522%253A%2522%2522%257D%255D%252C%2522activeTabId%2522%253A%2522clpjetvo0003f356mzsmkckgi%2522%257D%252C%2522clpjelpxf0043356ms1yo0k4u%2522%253A%257B%2522tabs%2522%253A%255B%255D%252C%2522id%2522%253A%2522clpjelpxf0043356ms1yo0k4u%2522%257D%257D%252C%2522showDevtools%2522%253Atrue%252C%2522showShells%2522%253Atrue%252C%2522showSidebar%2522%253Atrue%252C%2522sidebarPanelSize%2522%253A15%257D)

不带ellipsis(正常):
![image](https://github.com/ant-design/pro-components/assets/8912753/c611c527-ddc1-46cb-a74d-d4e3ce5b8d2b)

带ellipsis(导致valueEnum失效):
![image](https://github.com/ant-design/pro-components/assets/8912753/dddac4dc-34b9-4c56-bf20-3f8e70c78332)

### 🏞 期望结果

### 💻 复现代码

### © 版本信息

- ProComponents 版本: 2.6.42
- umi 版本
- 浏览器环境
- 开发环境 [e.g. mac OS]

### 🚑 其他信息

Contributor guide

Open the contributing guide

Research direction

Start with the linked CodeSandbox's App.tsx and reproduce the ProDescriptions column using both ellipsis: true and valueEnum. Trace the rendering path that changes when ellipsis is enabled, then confirm that the enum label still appears in the ellipsis case while the existing truncation behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.