We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import { ProForm, ProFormText } from "@ant-design/pro-components";
使用 ProFormText 组件在触发表单校验会让页面闪一下
直接使用 ProFormText 组件就会有
demo 仓库地址 - https://github.com/Gilinfen/pro-form-text-bug
期望没有闪烁
import { ProForm, ProFormText } from "@ant-design/pro-components"; const AddAppAcc = () => { return ( <ProForm> <ProFormText rules={[ { required: true, message: "测试校验", }, ]} name="name" label="测试" /> </ProForm> ); }; export default AddAppAcc;
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
🐛 bug 描述
使用 ProFormText 组件在触发表单校验会让页面闪一下
📷 复现步骤
直接使用 ProFormText 组件就会有
demo 仓库地址 - https://github.com/Gilinfen/pro-form-text-bug
🏞 期望结果
期望没有闪烁
💻 复现代码
© 版本信息
The text was updated successfully, but these errors were encountered: