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

🏆 Use Ant Design like a Pro!

Results 681 pro-components issues
Sort by recently updated
recently updated
newest added

### 🧐 问题描述 package.json:{ "antd": "^4.18.2", "@ant-design/pro-components": "^1.1.14", "@ant-design/pro-table": "^2.78.3", } 在Antd项目中使用ProTable,pagination={{ showQuickJumper: true, }} PorTable显示英文 ### 🚑 其他信息 ![image](https://user-images.githubusercontent.com/50320229/183361149-54bb09e9-54ec-449d-9962-d1ff167a8a64.png) ![image](https://user-images.githubusercontent.com/50320229/183361209-587ced57-5fc2-46af-9d86-a5dd64697779.png)

### 🐛 bug 描述 ```typescript { (_, __, action) => { } } ``` 比如按照这种方式嵌套,action.getCurrentRowData()获取结果是正确的,但是action.setCurrentRowData()并没有把数据设置到正确的NamePath上 https://github.com/ant-design/pro-components/commit/47fe90c1d90ef6b8e28bdbdda86a915454cb1d64 跟这个fix是同样的问题,filter(Boolean)会把NamePath里的数值0过滤掉,其他的地方的filter(Boolean)都被替换了,只有setCurrentRowData里没有改 ### 📷 复现步骤 如上 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息...

- fix(#5707): 修复金额输入框因正则问题导致格式化异常的问题

PR: unreviewed

### ProForm中valueType为money时, 输入框中的金额没有格式化, 小数点也没有显现 ### 📷 复现步骤 https://codesandbox.io/s/schema-dependencies-forked-3vit1b?file=/App.tsx

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 列dataIndex有重复时,并且列数足够多列设置出现滚动条,设置栏滚动后会全部变成重复那列的标题,拖拽和显示隐藏功能也失效了 ### 📷 复现步骤 标题5 dataIndex="title4" 和标题4重复,列设置滚动一下就不正常了 ### 🏞 期望结果 ### 💻 复现代码 https://codesandbox.io/s/cha-xun-biao-ge-forked-7shw4y?file=/App.tsx:1722-1742 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi...

### Reproduction link [https://pro.jwmyun.com/login](https://pro.jwmyun.com/login) ### Steps to reproduce ProFormText 设置showCount: true时,在暗黑模式下,显示不清楚 ### What is expected? 调整ProFormText 设置showCount在暗黑模式下的样式 ### What is actually happening? ProFormText 设置showCount: true时,在暗黑模式下,显示不清楚 | Environment | Info |...

第一次生命周期内,base64Url为空字符串,水印组件引用了空图片,实际上发起了一个location.href的多余请求

PR: unreviewed

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 BetaSchemaForm 不支持水平布局,希望通过Embed模式解决,但Embed模式又无法渲染FormList https://codesandbox.io/s/bqvsqg?file=/App.tsx ### 📷 复现步骤 ### 🏞 期望结果 期望BetaSchemaForm支持水平布局,或者有替代方案 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ProFormUploadButton多个图片同时上传部分图片一直显示文件上传中(60%概率出现) ### 📷 复现步骤 ProFormUploadButton多个图片同时上传部分图片一直显示文件上传中(60%概率出现),如下图 ![image](https://user-images.githubusercontent.com/26589188/181019091-3f8576d1-10fa-4d71-9449-4f4bf333760b.png) ### 🏞 期望结果 期望可以同时正常上传图片 ### 💻 复现代码 ![image](https://user-images.githubusercontent.com/26589188/181019802-d05be9f8-95cd-4a15-9b4b-c24beb115846.png) `return ( { const isLt10M = file.size / 1024 /...