pro-components
pro-components copied to clipboard
🏆 Use Ant Design like a Pro!
🐛[BUG]protable中 配置search搜索 filterType 使用light类型 valueType 类型为 dateTimeRange 我更改日期 实际上更改了 但显示效果并没有更改
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本 - 浏览器环境 - 开发环境...
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 存在多个ProFormSelect的情况,初始每个ProFormSelect都默认调用request没有必要,能否默认不调用request,select聚焦后再调用 ### 💻 示例代码 能否增加一个lazyLoad属性,输入框聚焦时再请求接口 ### 🚑 其他信息
### 🧐 很久没更新了 有些报红很难受呢
🐛[BUG]使用动态菜单menu项配置后,icon无法显示图标,显示成文字了。。 想用patchRoutes 更新一下,结果也报错。 ``` import { patchRoutes } from '@/.umi/plugin-layout/runtime'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @/.umi/plugin-layout/runtime includes /.umi/, /.umi-test/ or /.umi-production/. It's not allowed to import. Please import from @umijs/max or the corresponding...
ProCard.TabPane内容区的padding怎么去掉,使用cardProps={{ghost:true}}这个方法不生效。
### 🐛 bug 描述 ProFormFields的help不显示 ### 📷 复现步骤 ### 🏞 期望结果 help可以显示 ### 💻 复现代码 https://codesandbox.io/p/sandbox/ji-ben-shi-yong-antd-5-24-5-forked-5752yw ### © 版本信息 "@ant-design/pro-components": "2.8.7" ### 🚑 其他信息 
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 StrictMode模式下,BetaSchemaForm指定ModalForm,且columns中使用renderFormItem,渲染无表单项  ### 💻 复现代码 复现代码 https://codesandbox.io/p/sandbox/shi-yong-proformdependency-forked-px4gj7 ### © 版本信息 - ProComponents 版本: [2.8.7]
Bumps the npm_and_yarn group with 2 updates in the / directory: [esbuild](https://github.com/evanw/esbuild) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `esbuild` from 0.15.18 to 0.25.0 Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately...
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 背景:EditableProTable 和 Form 配合使用,设置 name 属性,支持多行编辑,新增子项,相关配置问题咨询 **场景一** 首先新增一行,然后调用 addEditRecord 新增子项 ``` editable={{ type: 'multiple', actionRender: (row, config, defaultDom) => { let actions = [] actions.push(...
🔩 所属模块或组件 ProFormSelect 🥰 需求描述 给 ProFormSelect render 方法是否可以将 options 放到参数中,具体代码如下  ⛰ 功能需求适用场景 当 select 选择很多项的时候,默认的 read 模式会全部展示,导致文本太长,希望可以通过render 自定义渲染的方式改成溢出隐藏,由于 ProFormSelect 中的 options 会从 valueEnum、request、options 等入口运算得出最终的options,所以希望能直接将内部计算的好 options 通过 render 参数直接透出...