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

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 datepicker 组件月份显示为英文, antd的组件翻译正常,pro组件翻译有问题 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本 -...

📦 Need to reproduce

### 🐛 bug 描述 这里的代码有问题,不应该直接使用row的数据,这样的话会绕过renderText方法 https://github.com/ant-design/pro-components/blob/master/packages/utils/src/useEditableArray/index.tsx#L424 ### 📷 复现步骤 1. 先点击edit,什么也不做,展示符合预期 ![image](https://user-images.githubusercontent.com/26563778/193309510-8f94a9f1-0d62-4d37-b212-d8120041ebc8.png) ![image](https://user-images.githubusercontent.com/26563778/193309630-97076804-cb61-4a01-9862-6b7eb0524989.png) 2. 然后点击取消还原,符合预期 3. 再点击编辑,出错了 ![image](https://user-images.githubusercontent.com/26563778/193309748-1b4bf6bf-1fca-4978-bd55-a9ec7dd50457.png) ### 🏞 期望结果 第3步应该和第1步展示的效果一致 ### 💻 复现代码 这是我的列配置,使用renderText属性来让select组件得到 string[] 类型的value ```javascript {...

⭕️ bug
table

如官方例子 https://codesandbox.io/s/q5virj?file=/App.tsx 当修改数据为200行后,删除一行会出现明显卡顿。 放在本地项目中,因列数较多,30行卡顿就非常明显了。 请问大佬们,这种卡顿有没有好的解决方式。

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 启动之后,ProTable、ProForm 的组建样式无法正常显示 ### 📷 复现步骤 1. yarn dev 2. 异常界面 3. 正常界面 4. ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本:...

📦 Need to reproduce

[快速开始](https://procomponents.ant.design/docs/getting-started)里提到,使用下面的代码引入样式, 但是node_modules里不存在该css文件 `import '@ant-design/pro-components/dist/components.css';`

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ### 📷 复现步骤 https://codesandbox.io/s/loving-silence-29j75j?file=/src/App.tsx:0-1075 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本 - 浏览器环境 -...

### 🔩 所属模块或组件 率属组件:LightFilter ### 🥰 需求描述 LightFilter 下使用 ProFormDependency 样式不一致,希望 ProFormDependency下的ProFormFields按照LightFilter的样式正常展示 ### ⛰ 功能需求适用场景 查询时联动修改下拉框数据 ### 🧐 解决方案 应用样式时不要仅仅在 LightFilter 下的一级DOM层应用 ### 🚑 其他信息 `import { LightFilter, ProFormDependency, ProFormSelect,...

⭕️ bug
form

### 🐛 bug 描述 ProTable search.filterType = "light" 轻量模式下 columns.valueType = "dateRange" 点击X未设置value为空数组,导致dateRange组件出现Invalid Date ### 📷 复现步骤 ![image](https://github.com/ant-design/pro-components/assets/18044670/ccb890f1-62c1-4c05-a84b-8d0c146b970e) ![image](https://github.com/ant-design/pro-components/assets/18044670/0e23fe7a-1efd-44d2-9245-183d545d6d4d) 直接查看官网demo即可发现存在的BUG!! 地址:[protable 轻量筛选](https://procomponents.ant.design/components/table?tab=api&current=1&pageSize=5#packages-table-src-components-table-tab-api-demo-lightfilter ) ### 🏞 期望结果 datapicker 下 Range类组件重置效果正常。 ###...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ProFormList的children只要set了preserve={false},copy此行就会导致新增的行数据被删 ### 📷 复现步骤 复制前 ![image](https://github.com/ant-design/pro-components/assets/84807215/0731c8f3-4a2a-46ed-b251-5b6d4251898e) 复制后的结果 ![image](https://github.com/ant-design/pro-components/assets/84807215/e1ade275-b701-42fd-a1db-f375e71ecd15) ### 🏞 期望结果 formItem不被render时候数据可以自动清理,并且copy该行也能保留数据 ### 💻 复现代码 ``` ( } extra={ { printerStatusActionRef.current?.move(listMeta.index, listMeta.index + 1)...

### 🐛 bug 描述 "@ant-design/pro-components": "2.6.42", "antd": "4.24.15", 当@ant-design/pro-components版本大于^2.6.42的时候("例如2.6.44、2.6.46"),build会出现如下报错: ``` [4/4] 🔨 Building fresh packages... success Saved lockfile. ✨ Done in 44.16s. yarn run v1.22.19 warning ../../../package.json: No license field...