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
1.6.2
macos
点击 Submit按钮提交表单
在校验没有通过的情况下,FormItem 的错误提示信息 help 能正常生成显示
然后尝试不使用 tsx 来写, https://codesandbox.io/s/vue-antd-template-128gi?file=/src/App.vue 又可以正常展示出来
The text was updated successfully, but these errors were encountered:
你提供的 demo 没复现你描述的问题
Sorry, something went wrong.
@sendya 我的本地配置比较复杂,demo 环境没办法复现,但我相关的代码是这样写的。我在想是否是跟本地环境有关呢? tsx 开发环境导致的问题?
本地跑出来是这样的:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.6.2
Environment
macos
Reproduction link
Steps to reproduce
点击 Submit按钮提交表单
What is expected?
在校验没有通过的情况下,FormItem 的错误提示信息 help 能正常生成显示
What is actually happening?
尝试过同样的页面使用 FormModel 写法是可以显示出错误信息,使用Form 组件并且用getFieldDecorator装饰表单域就不行
然后尝试不使用 tsx 来写, https://codesandbox.io/s/vue-antd-template-128gi?file=/src/App.vue 又可以正常展示出来
The text was updated successfully, but these errors were encountered: