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 描述 ### 📷 复现步骤 Steps to reproduce 1. Move fixed column from right to to left and undo (move that column from left to right) 2. Drag...

### 🐛 bug 描述 ### 📷 复现步骤 Steps to reproduce 1. Drag to swap some column 2. Click reset 3. Drag to swap 4. Setting output remove all fixed column...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 ### 💻 示例代码 ![image](https://user-images.githubusercontent.com/24648735/199172696-cf815850-ac7b-4b8e-9605-19706531d95c.png) 搜索到的选项仅加粗,并未筛选出来。希望能展示出筛选后的选项。 ##例如:希望得到的效果 筛选前: ![image](https://user-images.githubusercontent.com/24648735/199172812-503ab787-e79c-4718-9911-f79e42c08482.png) 筛选后: ![image](https://user-images.githubusercontent.com/24648735/199172834-51942caf-61c2-4aca-9267-a57ce95cd10f.png)

当form或者搜索很多个表单项的时候,希望不是一次全部加载所有的下拉框数据,而是点击的时候才去加载数据,希望增加一个参数:loadUtilClick:boolean。这个参数使用场景太广了,希望早日提上日程。

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 当我配置了toolbar中menu的时候,需求是想在改变tab时,重新请求数据,但是在调用reload时,明显感觉到,tabs的渲染有明显的卡顿,当注释了reload时,又显的tab的切换很平滑。 ### 💻 示例代码 ``` js toolbar={{ menu: { type: 'tab', activeKey, items: [ { key: '0', label: 申请中(100个) }, { key: '1', label: 已通过(46个)...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ProFormList嵌套两层以上,第一层使用actionRef.current?.getList();可以获取列表数据,第二层使用actionRef.current?.getList();无法获取列表数据 ### 📷 复现步骤 复现代码:https://codesandbox.io/s/proform-list-forked-2u6xt9?file=/App.tsx:0-1484 ![image](https://user-images.githubusercontent.com/103124359/198945302-708125b5-fb0c-4261-9226-6f772adf88fe.png) ### 🏞 期望结果 ProFormList嵌套两层以上,第一层使用actionRef.current?.getList();可以获取列表数据,第二层使用actionRef.current?.getList();也能获取列表数据 ### 💻 复现代码 ```js import React, { useRef } from "react"; import ProForm, {...

### 🐛 bug 描述 拖动表格第一行到第二行位置,放开鼠标后第一行顺序没有移动到第二行,还是还原到第一行的位置 ### 🏞 期望结果 能拖动表格第一行到第二行位置 ### 💻 复现代码 官网demo即可复现 https://procomponents.ant.design/components/drag-sort-table#%E6%8B%96%E6%8B%BD%E6%8E%92%E5%BA%8F%E7%BC%96%E8%BE%91%E8%A1%A8%E6%A0%BC ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本 - 浏览器环境 - 开发环境 [e.g....

![Snipaste_2022-10-10_15-52-59](https://user-images.githubusercontent.com/111735598/194820647-b379ccd0-740c-404b-b030-4944b8ee9238.png) ![Snipaste_2022-10-10_15-57-36](https://user-images.githubusercontent.com/111735598/194821316-ab8b8c2f-88cc-4f7d-85ef-b34eccacb639.png)

⭕️ bug
umi

### 🐛 bug 描述 配置destoryOnClose为true后, 页面的任何状态变成,都会导致弹窗中的form直接消失。 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: "@ant-design/pro-form": "^1.18.3", - umi 版本: "umi": "^3.5.0", - 浏览器环境...

### 🐛 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"]...