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 ### 🧐 问题描述 点击刷新图标,查询按钮自动loading,怎么禁用loading ### 💻 示例代码 https://codesandbox.io/s/4dhjkl ### 🚑 其他信息

### 🐛 bug 描述 ProTable - 高级表格 带条件查询后 路由刷新后重置按钮无法还原搜索 ### 📷 复现步骤 ### 🏞 期望结果 带条件查询后 路由刷新后重置按钮还原搜索框 ### 💻 复现代码 https://procomponents.ant.design/components/table/?current=1&pageSize=5&state=all#%E6%9F%A5%E8%AF%A2%E8%A1%A8%E6%A0%BC 进去点重置就无效 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0]...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ### 📷 复现步骤 https://codesandbox.io/s/formrefde-shi-yong-forked-qdwxml?file=/App.tsx 自定义 FormItem 定义了 defaultProps 的 value 默认值,输入内容后 value 没有同步更新 ### 🏞 期望结果 输入内容后 value 同步更新 ### 💻 复现代码 https://codesandbox.io/s/formrefde-shi-yong-forked-qdwxml?file=/App.tsx ###...

### 🐛 bug 描述 ModalForm -> ProFormList 使用 actionRender 自定义删除按钮,action.remove(props.key) 删除的是 index 而非 key,写法参照 https://zhuanlan.zhihu.com/p/352954919 自定义操作按钮 ```JavaScript /** 完全自定义 */ { return [ { action.remove(props.key) }}> 删除 , ] }}...

https://procomponents.ant.design/~demos/layout-classicmode?layout=mix&splitMenus=true

### 🐛 bug 描述 ProFormDateTimePicker在form开启grid属性的时候colProps属性无效 ### 📷 复现步骤 见复现代码 ### 🏞 期望结果 ![image](https://user-images.githubusercontent.com/12266907/191465091-71abee7c-7c92-4e84-9825-b024f4332f9e.png) ### 🏞 实际效果 ![image](https://user-images.githubusercontent.com/12266907/191463910-0b24e2e6-9940-44ac-8933-984bdf37aa04.png) ### 💻 复现代码 ` ` ### © 版本信息 - ProComponents 版本: ["@ant-design/pro-components": "2.3.10"]...

ProComponents 2.0 是一个前瞻版本,为了减少大家升级到的 antd5.0 的阵痛感,除了 layout 带来了新的设计,其他组件没有带来新的特性。 ProComponents 2.0 是后续版本的基石,2.0 之后 ProComponents 将会抛弃 less 全部改为 css in js,整体设计系统也将全部使用 Design Token 进行重构。 ## 渐进式升级 2.0 的主要目标是同时兼容 antd 4.0 和 antd 5.0,我们的目标是在...

### 🐛 bug 描述 1.pro-form最新版,以下配置 digit类型不能被清空,清空后光标失去焦点就会赋值0; ``` ``` 版本 `"@ant-design/pro-form":"1.7x","antd": "^4.21.3"` ### 📷 复现步骤 以上配置可复现 ![WX20220922-153544@2x](https://user-images.githubusercontent.com/18420689/191686594-45f4d5bd-ab8c-4cd1-8783-297945158b35.png) ### 🏞 期望结果 能被正常清空 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g....

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ![image](https://user-images.githubusercontent.com/22436151/190539626-893e2f05-714d-45ff-8fcb-ec6dd164d616.png) 默认表单是有校验状态显示的,如上图,自定义renderFormItem后状态消失。 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本 - 浏览器环境...

table
📦 Need to reproduce