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://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 希望tableAlertRender,提示信息不依赖于rowSelection>0,才展示,希望一直展示 ### 📷 复现步骤 rowSelection={{ alwayShowAlert: true }} ### 🏞 期望结果 希望有配置tableAlertRender不依赖于rowSelection,alert信息可以一直存在 ### 💻 复现代码 ### © 版本信息 "@ant-design/pro-components": "^2.6.35", "@ant-design/pro-descriptions": "^1.10.0", "@ant-design/pro-form": "^1.64.0",...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 使用StepsForm - 分步表单,将每一步封装成一个组件,传入的参数后将传入的参数自动到form元素下导致控制台出现错误问题 ### 📷 复现步骤 直接通过控制台查看stepForm的form元素, 就会发现被自动注入了传入的参数, 并且会出现以下的报错 ### 🏞 期望结果 希望传入的参数不在自动注入form元素下 ### 💻 复现代码 const ContractModuleStepForm: FC = () => { return...

### Reproduction link [https://github.com/ant-design/ant-design](https://github.com/ant-design/ant-design) ### Steps to reproduce 配置下拉框的高度后点击选择 ### What is expected? 内容铺满我设置的高度 ### What is actually happening? 内容没有铺满并出现了滚动条 | Environment | Info | | --- | --- |...

### 🐛 bug 描述 ProDescriptions 当valueType为Select且字段值为number时,进入编辑模式时,select组件默认选中值显示数字,未显示对应字典值。 ![image](https://github.com/ant-design/pro-components/assets/12812852/55524cb7-2754-4f9f-b3e3-037a6cbb28ae) ![image](https://github.com/ant-design/pro-components/assets/12812852/0ee5be10-e097-43b3-bde6-632399b1d8b7) ### 📷 复现步骤 1.声明一个column的valuType为select, dataIndex为status,valueEnum数据如图 ![image](https://github.com/ant-design/pro-components/assets/12812852/79c014a8-058c-43f8-8ad3-eaa3817e3878) 2.声明dataSource为{status: 2}(text对应为“已完成”) 打开ProDescriptions的editable 点击字段进入编辑,结果显示值未被映射成text ![image](https://github.com/ant-design/pro-components/assets/12812852/987537d3-c9c0-4544-ab52-4fb37d10e3fb) ### 🏞 期望结果 当字段值类型是number时,编辑时可以正常显示默认选中值的text。 ### © 版本信息 - ProComponents 版本: [2.7.10]...

提问前先看看: 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 版本 - 浏览器环境 - 开发环境...

### Checkbox Not Rendering for Boolean ValueType in Editable Table Column When setting the `valueType` for an editable table column to **checkbox** and using a boolean value, the checkbox is...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 renderFormItem中应该如何正确消费request返回的数据? 以下代码能正常运行 ,但是TS报错 ### 💻 示例代码 ```jsx { title: '分配菜单', dataIndex: 'menus', valueType: 'option', hideInTable: true, hideInSearch: true, formItemProps: { tooltip: '分配菜单', rules: [ {...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 比如 我有 总数,失败数,失败率 3列 ,我编辑了总数和失败数自动填写失败率 ### 💻 示例代码 ### 🚑 其他信息

### 🔩 所属模块或组件 新功能 ### 🥰 需求描述 大多数管理系统现在都支持列表和看板之间相互切换 ,对任务类型的数据处理很友好, 是一个比较有用的功能 ### ⛰ 功能需求适用场景 列表和看板之间相互切换 ### 🧐 解决方案 类似这个 https://github.com/markusenglund/react-kanban ### 🚑 其他信息 类似这样的样式

比如图中的这种情况, 要想在 onFinish 的 values 中包含 slider 的值, 则Slider 必须是ProFormItem的唯一子组件. 子组件因为布局要求需要用其他组件包裹的场景如何处理? 我目前是用 useState 给所有的 slider 组件比如 temperature 和 penalty 设置单独 state, 感觉很不优雅. ```tsx {/**/} {/* */} {/**/} {/**/} {/**/} {/*...