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

### 🐛 bug 描述 在对Ant Design Vue的modal再次封装时,使用afterClose属性去修改父组件的绑定的visible,并重置内部的表单。但在本地测试无问题,编译发布后发现,模态框的取消和右上角的关闭无法关闭模态框。 ### 📷 复现步骤 封装一个模态框 ~~~~~~~~ import {ref} from 'vue' const props = defineProps({ title: { type: String, default: '', }, visible: { type:...

ProTable 对于某一字段类型 提供包含,不包含,大于,等于,小于.... sql查询条件

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 autoFocusFirstInput 期望是打开 modal 的时候,自动聚焦首个 input,首次打开正常,关闭后再打开就失效了 ### 📷 复现步骤 ModalForm 设置 autoFocusFirstInput https://codesandbox.io/s/modal-biao-dan-forked-51d31q?file=/App.tsx ### 🏞 期望结果 打开正常聚焦首个 input ### 💻 复现代码 ### © 版本信息 -...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 子项无法添加孩子节点,parentKey不生效 ### 📷 复现步骤 希望实现添加子项的功能,子项可以添加子项的子项 不过添加的子项不能继续添加子项 parentKey不生效。 刚刚接触EditableProTable,希望实现点击添加子项。但是无论是action?.addEditRecord还是EditableProTable.RecordCreator其中的parentKey都不生效,添加子项过后 添加的子项不能自己添加子项 ### 🏞 期望结果 在行后有“添加子项”按钮,点击后在该项下创建一个新的子项 新的子项可以继续添加子项 ### 💻 复现代码 https://github.com/ant-design/pro-components/issues/4246 ### © 版本信息 - ProComponents 版本:...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 复选框展示数据的时候,利用convertValue进行前置转换无效 比如 从服务端拿到的值是 [1,2] 想展示为 ["a","b"] 但是配置了convertValue 后 还是显示的如截图 不知道我的用法是不是不对 ### 💻 示例代码 { return ['a', 'b']; }} /> ### 🚑 其他信息 ![image](https://user-images.githubusercontent.com/8436428/180121518-5b78f962-4244-4d3c-9d61-e3e0fb871945.png)

### 🐛 bug 描述 使用DragSortTable的request属性使用接口获取表格数据, 不是用datasource, 发现拖拽出现异常,代码如图 ![image](https://user-images.githubusercontent.com/20655248/180118471-ccaa269a-a15f-4b12-ad72-8bb881c0c82e.png) ![image](https://user-images.githubusercontent.com/20655248/180118547-d8118fc7-e67e-4565-aa25-61cb777e021a.png) ![image](https://user-images.githubusercontent.com/20655248/180118757-bacba658-5fd3-49e6-a201-2d759365bb84.png) ### © 版本信息 - ProComponents 版本: [e.g. 5.0.0] - umi 版本 - 浏览器环境 - 开发环境 [e.g. mac OS] ### 🚑...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ![image](https://user-images.githubusercontent.com/23717603/179932032-e86b2d03-ca7a-4137-8561-02d591562816.png) 员工是有子项的 ![image](https://user-images.githubusercontent.com/23717603/179932177-1168462b-5550-4cb4-a25d-f34612080e3d.png) ### 📷 复现步骤 点击浏览器刷新按钮,部分菜单没有渲染 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - @ant-design/pro-layout 6.30.0...

### 🧐 问题描述 想在ant design pro 中, 做一個頁面click一下button, 然後disable menu collapsedButton 的功能, 但在app.tsx中不能用useState, 可以用什麼方法? 另外想問menu那個如何能完全關閉. ### 🚑 其他信息

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 pro-table的列设置功能的重置按钮点击后,无法为初始化时的columns状态 ### 📷 复现步骤 1.点击重置按钮后,disable属性失效。任意拖拽后,fixed属性失效 ### 🏞 期望结果 列设置功能的重置按钮点击后,应该回到columns中设置的初始状态 ### 💻 复现代码 复现地址: https://codesandbox.io/s/cha-xun-biao-ge-forked-mp4osj?file=/App.tsx ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi...

🤷🏼 How to use

### 🐛 bug 描述 轻量筛选(LightFilter)使用树型下拉框(ProFormTreeSelect)时, “小舌头”显示位置有问题,并且无法关闭 ### 📷 复现步骤 https://codesandbox.io/s/qing-liang-shai-xuan-dan-chu-kuang-dui-qi-fang-shi-forked-1lqumc?file=/App.tsx ![企业微信截图_16582240148326](https://user-images.githubusercontent.com/5914802/179721368-bfca0c88-e309-464f-a022-67fa3097a156.png)