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

### 🧐 问题描述 ProForm 的 params 与 request 配合使用未按返回内容重新更新表单字段。 ![20240430154110_rec_-convert](https://github.com/ant-design/pro-components/assets/14144703/0f0a7d6f-ca64-413d-b99a-d868cc5cd4c3) 代码: ```TypeScript import { ProForm, ProFormText } from '@ant-design/pro-components'; export default function TestBug({ id }: { id: number }) {...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 protable选择框在控制台报 Warning: [antd: Select] `bordered` is deprecated. Please use `variant` instead. ### 📷 复现步骤 在protable中的columns使用 { title: '客户来源', dataIndex: 'clientSource', valueEnum: { manual: {...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 搜索查询时,输入框输入 \ 该字符,request中拿到的参数会变成 \\ ,不论输入几个 \\ 该字符,参数都会拿到双倍的 \\ ![image](https://github.com/ant-design/pro-components/assets/21968050/5d0dbd81-07ee-463b-98c2-afc18c6684c1)

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 ### 💻 示例代码 ### 🚑 其他信息

close: https://github.com/ant-design/pro-components/issues/8313

close: https://github.com/ant-design/pro-components/issues/8370

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 安装@ant-design/pro-components后,ProFormCheckboxGroupProps类型可以导出,但是ProFormCheckboxProps无法导出,看源码应该是忘记了,只导出了一个类型。 ### 📷 复现步骤 问题很清晰,导入ProFormCheckboxProps即可看到类型报错, ### 期望 ProFormCheckboxProps 可以导出 ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi 版本 - 浏览器环境 - 开发环境...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 为什么ProForm没有像ProTable那样的reload方法,我提交表单后想重新刷新表单数据,有没有什么方法能重新调用ProForm的request方法 ### 💻 示例代码 ``` const CompanyDetail = () => { const { id } = useParams(); const [form] = useForm(); return ( ); };...

### 🐛 bug 描述 当页面有滚动条时,滚动页面后,将表格底部的项目向上拖动一直滚动条回到顶部,此时页面滚动条无法向下滚动 ### 📷 复现步骤 https://github.com/ant-design/pro-components/assets/10346399/495da125-615e-4539-b18e-370e91c7042e [https://codesandbox.io/p/sandbox/tuo-zhuai-pai-xu-forked-53txq5](https://codesandbox.io/p/sandbox/tuo-zhuai-pai-xu-forked-53txq5) ### 🏞 期望结果 页面功能正常使用 ### 💻 复现代码 [https://codesandbox.io/p/sandbox/tuo-zhuai-pai-xu-forked-53txq5](https://codesandbox.io/p/sandbox/tuo-zhuai-pai-xu-forked-53txq5) ### © 版本信息 - ProComponents 版本: 4.6.44 - umi 版本 - 浏览器环境...

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ProFormTimePicker组件的variant默认值变成了borderless,本应该是outlined 现在需要手动添加 fieldProps={{ variant: 'outlined' }} 才能解决 ### 📷 复现步骤 ### 🏞 期望结果 引入ProFormTimePicker,使用 期望是outlined的效果 ### 💻 复现代码 ` value?.format('HH:mm:ss')} />` ### © 版本信息...