pro-components
pro-components copied to clipboard
🏆 Use Ant Design like a Pro!
https://procomponents.ant.design/ https://pro-components.antdigital.dev/ 访问空白页 umijs 报错了
fix #8524
### Discussed in https://github.com/ant-design/pro-components/discussions/273 Originally posted by **yunuo-tech** August 22, 2020 就是设计规范这里讲到的  目前菜单层级多了后确实会在操作上有点不方便 
提问前先看看: 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":...
🧐[问题] Instance created by `useForm` is not connected to any Form element. Forget to pass `form` prop
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述   通过 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回调不会触发.   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刷新后正常。点击左边菜单栏或顶部菜单栏进入页面,也是白屏,然后刷新后正常,国内镜像也是这样。   ### 🏞 期望结果 页面不出现白屏,正常显示 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本...