pro-components icon indicating copy to clipboard operation
pro-components copied to clipboard

🏆 Use Ant Design like a Pro!

Results 761 pro-components issues
Sort by recently updated
recently updated
newest added
trafficstars

删除当前行数据后 使用formRef.current.setFieldsValue赋值,会使当前行数据后面的有数据验证的字段删除

### 🧐 问题描述 when change color primary on setting drawer not effect and my all Component just blue primary color. what wrong my code? ### 💻 示例代码 https://codesandbox.io/s/ji-chu-shi-yong-forked-cdskzs?file=/App.tsx ### 🚑...

### 🔩 所属模块或组件 `` `` ### 🥰 需求描述 金钱符号,希望英文国际化后从羊角符(¥) 变为美元符($) ### ⛰ 功能需求适用场景 做国外项目 ### 🧐 解决方案 ``` { dataIndex: 'Price', title: 'Price', render: (text) => { return '$ '...

👏🏻 Welcome pr

### 🐛 bug 描述 devScripts.js:6523 Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one...

📦 Need to reproduce

### 🐛 bug 描述 更新ant 4.24.0后,pro-components里的组件需要更新新的api。 Warning: [antd: Dropdown] `overlay` is deprecated. Please use `menu` instead. Warning: [antd: Breadcrumb.Item] `overlay` is deprecated. Please use `menu` instead. ### 🏞 期望结果 更新新版本antd的API...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🔩 所属模块或组件 ### 🥰 需求描述 ### ⛰ 功能需求适用场景 ### 🧐 解决方案 ### 🚑 其他信息

fix: https://github.com/ant-design/pro-components/issues/6154

PR: unreviewed

### 🐛ProFormTreeSelect 配置 fieldNames 会导致编辑回显时formData会自动带上value和label属性 问题如标题所示,之前是没问题的,不知道是升级了版本还是咋地 ### 📷 复现步骤 1、源数据是没有这两个字段的 ![image](https://user-images.githubusercontent.com/40554571/196581751-c55fa2aa-f75c-4e24-baad-b334988f12b9.png) 2、 ProFormTreeSelect 配置字段 ![image](https://user-images.githubusercontent.com/40554571/196581862-e53fe705-a5b6-450d-9bbc-68efe7bb9dde.png) 3、传递的formData 回显会带上 value 和 label 属性 ![image](https://user-images.githubusercontent.com/40554571/196582022-23d7572d-b285-47b8-9914-6dd83a2828e2.png) 4、去掉这个配置,回显则正常显示,由此可见是 ProFormTreeSelect 组件的问题 ### 🏞 期望结果 去掉这两个字段 ###...

form

### 🐛 bug ProTable的Column的render中的record会自动带上value和label属性 ![image](https://user-images.githubusercontent.com/40554571/196407043-e2111502-c3f4-4a87-ba9f-91d162d7a389.png) 源数据上是没有这两个字段的: ![image](https://user-images.githubusercontent.com/40554571/196407138-18358064-46ca-4631-831f-8263227e1437.png) ### 📷 复现步骤 点击操作栏,编辑回显,formData会自动带上value和label属性,导致我需要手动去除这两个属性 ![image](https://user-images.githubusercontent.com/40554571/196407416-d2354920-4f20-4c9a-ac99-8ff171edfb81.png) 我记得之前是不会的,不知道是不是因为更新了版本的原因 ### 🏞 期望结果 不要带上这两个字段 ### 💻 复现代码 https://github.com/Cyan-Xmw/react-umi-xmw/blob/Cyan/Xmw_web/src/pages/System/Internationalization/components/TableTemplate.tsx) ### © 版本信息 - ProComponents 版本: ^2.3.13 - umi...

form

在按钮过多时,但屏幕分辨率不够大,工具栏的按钮就会溢出,超过整个ProTable 期待:按钮过多能换行,或者有更换的解决方案