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

https://procomponents.ant.design/ https://pro-components.antdigital.dev/ 访问空白页 umijs 报错了

### Discussed in https://github.com/ant-design/pro-components/discussions/273 Originally posted by **yunuo-tech** August 22, 2020 就是设计规范这里讲到的 ![image](https://user-images.githubusercontent.com/5960864/90948264-772a8700-e46f-11ea-87ac-ab893e577a05.png) 目前菜单层级多了后确实会在操作上有点不方便 ![image](https://user-images.githubusercontent.com/5960864/90948283-a04b1780-e46f-11ea-9b6a-31c14ce098c8.png)

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 我单独引入pro-components组件库,本地打包构建时一直提示部分pro组件路径找不到, 报错信息和package.json如下图 node版本 16.x npm版本 6.x ### 💻 示例代码 package.json内容如下: { "name": "webapp", "private": true, "version": "0.0.0", "devDependencies": { "@babel/core": "7.9.6", "@hot-loader/react-dom": "17.0.2", "@types/history": "4.7.5",...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md protable colums 动态渲染问题 通过其他页面跳转过来的在路径上写了表的id,然后想在页面protable渲染后 获取表在数据库定义的名称和类型, 动态渲染下列明下,现在的问题是,我跳转到当前页面没有变化,我点了查询他把列明渲染出来。这个怎么改 ### 💻 示例代码 package.json ``` "dependencies": { "@ant-design/icons": "^4.8.0", "@ant-design/pro-components": "^2.6.35", "@ant-design/use-emotion-css": "1.0.4", "@umijs/route-utils": "^2.2.2", "antd": "^5.11.0", "classnames": "^2.3.2", "js-yaml": "^4.1.0", "lodash":...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 ![image](https://github.com/ant-design/pro-components/assets/40650195/0a876cc6-c90a-4555-8dd1-7a5635becbc1) ![image](https://github.com/ant-design/pro-components/assets/40650195/f6df389f-576c-4fcf-9081-82e266039697) 通过 pro create dome 创建的 simple 中 的 查询列表 页面控制台 Instance created by `useForm` is not connected to any Form element. Forget to...

文档中"做了封装了"意思表述重复了,读起来不通顺。

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 请求查询过滤后没有数据时Pagination不会重置 ### 📷 复现步骤 1. 先正常显示数据.(数据符合分页条件,显示分页栏) 2. 添加查询条件.(条件不符合分页条件,无数据返回) 3. 条件不符合时,会触发onRequestError,但是分页不会重置,onChange回调不会触发. ![image](https://github.com/ant-design/pro-components/assets/2727298/dc4c8a8d-a496-4db3-9b63-42e49e3d9401) ![image](https://github.com/ant-design/pro-components/assets/2727298/b61bf3cb-f9ae-4113-abb8-507cba191626) 4. 此时页面显示数据为空,但Pagination显示为前一次搜索时的状态 ### 🏞 期望结果 没有数据时,Pagination分页显示最初设置的状态(1或隐藏) ### 💻 复现代码 ``` { log('size...

### 🔩 所属模块或组件 组件:EditableProTable ### 🥰 需求描述 现在valueType有text, select等属性,希望可以增加autoComplete用于支持ant design的AutoComplete组件 ### ⛰ 功能需求适用场景 在可编辑表格内,需要一个可以选择也可以输入的输入框

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ### 📷 复现步骤 输入网址打开官网,官网显示白屏,f5刷新后正常。点击左边菜单栏或顶部菜单栏进入页面,也是白屏,然后刷新后正常,国内镜像也是这样。 ![图片](https://github.com/ant-design/pro-components/assets/39870481/3dece93c-746b-44cd-9da1-8da0388a9aca) ![图片](https://github.com/ant-design/pro-components/assets/39870481/1071128c-88c8-48f3-8bb7-1a0fad1339ca) ### 🏞 期望结果 页面不出现白屏,正常显示 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本...