You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FormItem.js?322e:337 Uncaught (in promise) TypeError: Cannot read property 'onBlur' of null
at Proxy.eval (FormItem.js?322e:337)
at renderComponentRoot (runtime-core.esm-bundler.js?5c40:1168)
at componentEffect (runtime-core.esm-bundler.js?5c40:5214)
at reactiveEffect (reactivity.esm-bundler.js?a1e9:42)
at effect (reactivity.esm-bundler.js?a1e9:17)
at setupRenderEffect (runtime-core.esm-bundler.js?5c40:5167)
at mountComponent (runtime-core.esm-bundler.js?5c40:5126)
at processComponent (runtime-core.esm-bundler.js?5c40:5084)
at patch (runtime-core.esm-bundler.js?5c40:4690)
at mountChildren (runtime-core.esm-bundler.js?5c40:4874)
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
必须吐槽:FormItem 2.1.6->2.2.2不兼容更新
Must complain: FormItem 2.1.6->2.2.2 is not compatible with the update
Jul 17, 2021
Version
2.2.2
Environment
Edge 91
Reproduction link
https://github.com/vueComponent/ant-design-vue/blob/next/components/form/FormItem.tsx#L310
Steps to reproduce
具体哪个版本改的这个我没去看提交,之前2.1.6 今天更新了下 到了2.2.2
2.1.6版本:
2.2.2版本:
结果发现只能改成:
好吧,我是
JetBrains
党,页面就给出警告:Missing associated label
,满屏的黄色图标,不舒服,总想去改掉。好吧,其实我一直以来前端的
input
都习惯加label
标签,好处多多。好吧,我改表单
FormItem
去了, 还有点多。。。。What is expected?
提高开发人员水平,加大测试力度。
What is actually happening?
花个一天时间修改项目,花两天测试。
别给我说用英文,老外要看吗?看不懂中文就自己学,不学,自己不会用翻译软件吗?
The text was updated successfully, but these errors were encountered: