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

### 📷 复现步骤 https://codesandbox.io/p/sandbox/schema-biao-dan-forked-r6lhsk?file=%2FApp.tsx%3A32%2C1-51%2C5 ### 🏞 期望结果 能够隐藏 ### © 版本信息 - ProComponents 版本: 2.7.1 - 浏览器环境 chrome - 开发环境 mac OS ### 🚑 其他信息

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 维护别人的代码,发现老版本文档找不到,不想antd官网可以随意切换版本 ### 💻 示例代码 ### 🚑 其他信息

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 ### 💻 示例代码 ### 🚑 其他信息

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md 官网给出的例子是React的,我根据自己的理解设置了valueType后,发现它并不起作用。希望可以给一个VUE3的例子,感谢各位大佬

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本 - 浏览器环境 - 开发环境...

### 🐛 bug 描述 protable 启用search会警告 ``` Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DomWrapper which is inside StrictMode. Instead, add a ref directly to...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 如题 ### 📷 复现步骤 用 ProFromSelect 举个例子 ```jsx ``` ### 🏞 期望结果 应该显示序列化后的字符串 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: 2.6.52 -...

代码入下: ![image](https://github.com/ant-design/pro-components/assets/59326851/78facb8b-b64d-49f8-9608-54327e6a06a3) 实际效果如下

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 proForm自带的submit事件,如果速度够快的话,可以执行两次,虽然已经加了loading但是有时候还是可以的 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本 - 浏览器环境 -...

我希望在cardList模式时候,actions 和 extra 都有自己配置的内容,但是我发现extra的配置是无效的,虽然API文档有这条 ![image](https://github.com/ant-design/pro-components/assets/59326851/87709be9-e4df-446e-b5af-e3eb1c481159) API文档如下: 实际效果图: 这是不是个bug, 谢谢