pro-components
pro-components copied to clipboard
🏆 Use Ant Design like a Pro!
### 🐛 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 ### 🧐 问题描述 ### 💻 示例代码  搜索到的选项仅加粗,并未筛选出来。希望能展示出筛选后的选项。 ##例如:希望得到的效果 筛选前:  筛选后: 
当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  ### 🏞 期望结果 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....
 
### 🐛 bug 描述 配置destoryOnClose为true后, 页面的任何状态变成,都会导致弹窗中的form直接消失。 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: "@ant-design/pro-form": "^1.18.3", - umi 版本: "umi": "^3.5.0", - 浏览器环境...
### 🐛 bug 描述 ProFormDateTimePicker在form开启grid属性的时候colProps属性无效 ### 📷 复现步骤 见复现代码 ### 🏞 期望结果  ### 🏞 实际效果  ### 💻 复现代码 ` ` ### © 版本信息 - ProComponents 版本: ["@ant-design/pro-components": "2.3.10"]...