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 ### 🐛 bug 描述 less-loader 的 ~ alias已经废弃了,像esbuild-plugin-less 都是不支持的,需要去掉 ![image](https://user-images.githubusercontent.com/9431954/178919849-212444d1-259c-4628-8151-1092c53c3f02.png) ### 📷 复现步骤 ### 🏞 期望结果 去掉less文件中的~ alias ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g....

查看了 赋值的数据 只要是 走字段非空验证的都会把这个字段给删除了,而把 这个表单验证删除后 问题就不会重现

### 🐛 bug 描述 BetaSchemaForm 用 request 获取值时,多次打开不能更新值,1.68.2版本及以前的版本是可以的。 ### 📷 复现步骤 https://2p0bk1.csb.app/ ### 🏞 期望结果 可以正常更新值 ### 💻 复现代码 ``` import type {ProFormColumnsType} from "@ant-design/pro-form"; import { ModalForm, BetaSchemaForm }...

⭕️ bug
form

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 我添加了三个筛选条件,在屏幕手动缩小的情况下,就没有“展开”按钮,查询条件缺少,添加4个筛选条件,就有“展开按钮” ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: @ant-design/pro-table 2.56.0 - umi 版本 umi 3.5 - 浏览器环境 chrome...

### 🐛 bug 描述 在使用 antd 的 ProForm.Item组件包裹ReactQuill富文本组件的时候,每输入一个字母(或者按下一个按键后)就失去焦点 在很多场景下不可避免使用富文本组件,在这方面可否出一个ReactQuill组件和ProForm结合的教程或文档 或者官方出一个富文本组也可以 ### 📷 复现步骤 ``` ``` ### 🏞 期望结果 ### 💻 复现代码 ``` ``` ### © 版本信息 - ProComponents 版本: [e.g....

### 🐛 bug 描述 按照 pro 官网步骤创建新项目,登录页面用户名清楚后重新填写会产生抖动现象。 ### 📷 复现步骤 ### 🏞 期望结果 在校验时表单不会抖动 ### 💻 复现代码 ### © 版本信息 - @ant-design/pro-components 版本: [ 1.1.1 ] - umi 版本 v4...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🔩 所属模块或组件 ### 🥰 需求描述 ProFormTreeSelect可以实现搜索结果的关键字高亮吗 ### ⛰ 功能需求适用场景 ### 🧐 解决方案 ### 🚑 其他信息

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ProFormTextArea 的style属性失效,ProFormTextArea编译后并未添加style ### 📷 复现步骤 1、输入源码 ```HTML ``` 2、查看浏览器编译后的代码 ![image](https://user-images.githubusercontent.com/8108601/179440849-b5406606-6cb2-4f38-9711-5701be0ba5b0.png) ### 🏞 期望结果 ProFormTextArea 的style属性生效

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 能否实现修改 ``数量`` 金额根据 ``数量*单价`` 自动计算 ### 💻 示例代码 按文档案例https://procomponents.ant.design/components/editable-table#%E5%AE%9E%E6%97%B6%E4%BF%9D%E5%AD%98%E7%9A%84%E7%BC%96%E8%BE%91%E8%A1%A8%E6%A0%BC 尝试用``value``和``editable.onValuesChange``实现后发现数据是改变了,但是value作用不到表格上 demo:https://codesandbox.io/s/optimistic-chihiro-qldpoi ### 🚑 其他信息