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

### Reproduction link [![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/mwfinsim?file=App.tsx) https://codesandbox.io/p/sandbox/proform-date-bug-m6jjyp ### Steps to reproduce 1. fill in the form fields 2. submit 3. check the data log inside the console: the `contractTime` is...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ``` ``` 设置help 字段不生效 ![Image](https://github.com/user-attachments/assets/a8634e52-5ee3-4644-a38f-34eafa7b3377) ### 📷 复现步骤 ### 🏞 期望结果 可以像Form.Item 一样,设置help ``` ``` ![Image](https://github.com/user-attachments/assets/111b7a07-ffc8-4e0e-94a7-16418b58c00a) ### 💻 复现代码 ``` ``` ### © 版本信息...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 正常情况下会出现“findDOMNode is deprecated and will be removed in the next major release.”警告,设置search和options为false后控制台报错消失 ### 🏞 期望结果 有什么解决办法可以去除此警告 ### 💻 复现代码 import React from "react"; import...

我需要在`ProFormList`中实时编辑`EditableTable`中的元素,下图这样设置可以正常显示,但是使用`setFieldsValue`赋值的时候界面不会修改 ![image](https://user-images.githubusercontent.com/22706176/212039463-4c7ff398-c809-4831-b151-e46b8d41d89d.png) 如果把`EditableTable`放在`listDom`中 界面就不能正常编辑 使用setFieldsValue赋值的时候界面会正常修改

table
🎖️ featrue

### 🐛 bug 描述 ```tsx import { ProForm, ProFormText } from "@ant-design/pro-components"; ``` 使用 ProFormText 组件在触发表单校验会让页面闪一下 ![ProFormText 组件校验闪烁 bug](https://raw.githubusercontent.com/Gilinfen/pro-form-text-bug/refs/heads/main/bug.gif) ### 📷 复现步骤 直接使用 ProFormText 组件就会有 demo 仓库地址 - https://github.com/Gilinfen/pro-form-text-bug ###...

提问前先看看: ### 🧐 问题描述 基于@umijs/max创建的项目,在使用page container时,明明已经有header了,但还是出现了`ant-pro-page-container-children-container-no-header`类 如下: ![image](https://github.com/ant-design/pro-components/assets/34732107/0e56eccf-1507-461b-8e5a-33f4bea63fd5) ### 💻 示例代码 ```tsx {messageContextHolder} ``` ### 🚑 其他信息 我是给予umijs/max创建的项目,配置如下: ```ts // .umirc.ts export default defineConfig({ hash: true, define: { API_URL: process.env.API_URL,...

### 🐛 bug 描述 当绑定form ModalForm中initialValue的赋值永远是上一次的值 这个问题已经提出了很多次 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: 2.8.0 - umi 版本 4.3.25 - 浏览器环境 latest...

### 🔩 所属模块或组件 - ProTable的DragSortTable和EditableProTable ### 🥰 需求描述 我希望能够有一个table能够同时支持编辑和拖拽。也就是 DragSortTable和EditableProTable两个组件的合并 ### ⛰ 功能需求适用场景 编辑表格后,需要对数据进行拖拽排序 ### 🧐 解决方案 方案一:提出一个新组件 方案二:提供更多的API配置,能够在组件中自由的开启功能 ### 🚑 其他信息

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 ProFormSelect的request中使用节流 数据正常返回 但是下拉框内容没有进行更新 ### 💻 示例代码 ![image](https://user-images.githubusercontent.com/93105606/224639877-3ceb35f9-b829-4635-877f-a66dae51bc04.png) ![image](https://user-images.githubusercontent.com/93105606/224640479-71835aae-c7b1-46b7-9c4d-50bf32312390.png) ### 🚑 其他信息 "antd": "^4.8.6", "@ant-design/pro-form": "^1.3.0",

👏🏻 Welcome pr
AI Reply