pro-components
pro-components copied to clipboard
🏆 Use Ant Design like a Pro!
我用的官网的卡片列表示例代码 actions总是白色,我需要改背景色 在Antd的Card组件,有可以通过styles:{actions:{backgroundColor:'xxx'}}来定义action条目后面的背景色,但是ProList这个我找不到方法,不知道谁能指点一二,十分感谢!!
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 prolayout的属性applist 在移动端不展示 ### 📷 复现步骤 ### 🏞 期望结果 prolayout的属性applist 在移动端展示 ### 💻 复现代码 ### © 版本信息 - ProComponents 版本: 2.7.1 - umi 版本 -...
I tried to apply a validateTrigger="onBlur" on a ProForm.Item but the validation doesn't seems working, I'm using it on a stepForm
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🔩 所属模块或组件 ProTable更新到最新版本后,transform属性变成了深合并模式。 ### 🥰 需求描述 transform变成深合并模式后,将会将原本值传递到查询条件。原本的业务场景只需要修改之后的值,这个模式也关不掉,而且传递原本的值,后端将会生效这个查询条件,影响原本业务场景了。希望增加一个关闭深合并模式的属性,走原本直接替换的逻辑。 ### ⛰ 功能需求适用场景 大多属业务场景中,是不需要转换之前的值的,对于后端来说转换之前的值是无效数据。 ### 🧐 解决方案 增加一个类似deepMergeOpen的开关,能够关闭深合并,只获取到转换后的值。 ### 🚑 其他信息
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ProTable的高级筛选栏在search的filterType是light时,renderFormItem是Select组件并开启多选模式,在选择多个option后,点击底部清除按钮,然后再次点击option,无法选中。 ### 📷 复现步骤 https://codesandbox.io/p/sandbox/cha-xun-biao-ge-forked-r2m4wd?file=%2FApp.tsx%3A68%2C18 打开上面链接 加载完成后,点击筛选栏中的“状态”,会弹出一个Select组件 选择两个选项,然后点击左下角的“清除”按钮,正常清空,然后再点击option就点不动了。 备注:Select组件自带的clear按钮是能清除后还能正常使用 ### 🏞 期望结果 1. 点击清除按钮还能正常使用Select 2. 提供一种方式能让search的filterType,使用 renderFormItem的时候,能自定义底部按钮。比如怎么隐藏ProTable提供的LightFilter组件中其中一个表单项里的DropdownFooter。  ### 💻 复现代码 https://codesandbox.io/p/sandbox/cha-xun-biao-ge-forked-r2m4wd?file=%2FApp.tsx%3A68%2C18 ### ©...
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 问题背景是我们想给 Menu 加 tooltip, 但是 antd 有一个 `a::before` 的样式覆盖了 a 标签,导致 tooltip 不生效,([antd issue](https://github.com/ant-design/ant-design/issues/48934)) 为了解决这个问题,我们重设了 `a::before` 的样式,但是此时如果点击一个 http 链接,则会打开 2 个窗口。 这个原因是,ProLayout 内部会给 http...
From this issue id #8232. I just move DndContext from tableViewRender to wrap ProTable component for avoid css ficking when some component in DragSortTable change state. 🐛 bug detail when...
### 🐛 bug 描述 ProLayout在小屏幕设备上menu折叠后手工展开, 此时如果content有滚动条, 下滑看到menu drawer下方都是透明的. ### 📷 复现步骤 见复现代码  ### 🏞 期望结果 和2.6.x一样展开menu后不可滚动 ### 💻 复现代码 [复现代码](https://codesandbox.io/p/sandbox/procomponent-v2-7-1-issue-68fr86) [官方给出的DEMO没有问题, 版本升级到2.7.1后可复现](https://codesandbox.io/s/f56qlz) ### © 版本信息 - ProComponents 版本: 2.7.1
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 能发个版不,急需 #8384 这个补丁 ### 💻 示例代码 ### 🚑 其他信息
##当filedChildren不是'ProFormComponent'并且是reactElement时 将onBlur透传给proformItem下的children组件。