input type =“string”是正确的输入类型吗?

时间:2015-07-07 05:30:52

标签: javascript ember.js

目前我在firefox浏览器中遇到问题如果我使用:在firefox中保存密码时会自动显示密码和电子邮件的值。

TimeSpan

我用它解决了这个问题:

<input type="text" value= email/>
<input type="text" value= mobilenumber/>

现在我需要一个可以说明有<input type="string" value= email/> <input type="string" value= mobilenumber/> 的来源。

所以请任何人帮我找到源代码的链接。

1 个答案:

答案 0 :(得分:0)

没有名为string的输入类型。在您的问题的评论中,有一些URL显示证据。通常,至少根据我的经验,带有未定义脚趾的输入通常是文本框。