Chrome已对我的测试中导致此错误的数字输入进行了更改
Uncaught InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('number') does not support selection
我想理解为什么数字/电子邮件输入不能被选择(原文如此)?
答案 0 :(得分:2)
由于IDNA,价值清理和本地化,我们无法获得type = email和type = number的精确显示值。因此,设置/获取选择信息毫无意义。