2.6.0
Chorme 72.0.3626.119
2.5.18
https://jsfiddle.net/api/post/library/pure/
官方网站示例:
http://element-cn.eleme.io/#/zh-CN/component/form
典型表单 - 活动形式
文本款内换行时,会出现
Uncaught TypeError: Cannot read property 'type' of undefined
at e.setFieldValue (onloadwff.js:71)
at HTMLFormElement.formKeydownListener (onloadwff.js:71)
不应该有报错
这里是将textarea当成form表单内普通的input处理,由于field为undefined,导致报错
Translation of this issue:
2.6.0
Chorme 72.0.3626.119
2.5.18
https://jsfiddle.net/api/post/library/pure/
Examples of official websites:
Http://element-cn.eleme.io/#/zh-CN/component/form
Typical form-activity form
When a line is changed in a text paragraph, it will appear
Uncaught TypeError: Cannot read property'type'of undefined
At E. setField Value (onloadwff. js: 71)
At HTML FormElement. FormKeydownListener (onloadwff. js: 71)
There should be no mistake.
Here, textarea is treated as a normal input in the form, which results in an error due to undefined field.
Hi, your JSFiddle page is blank because it seems you forgot to click the Save button. Please save your fiddle and then edit this issue with the new link.
Issues without a valid reproduction link will be closed directly.

坐标广州,翻不翻都无法打开jsfiddle.net,直接通过官方表单示例是可以看到的,在文本框内回车换行,控制台会报错
Issues without a valid reproduction link will be closed directly.
im having the same issue.
官网就能复现啊...