你能用文本输入复制密码输入吗?

时间:2014-07-19 23:21:32

标签: css input passwords

换句话说,以下是等效的吗?

<input type="text" autocomplete="off" spellcheck="false" />

<style>
   input[type="text"] {
     -webkit-text-security: disc;
     text-security: disc;
   }
</style>

<input type="password" />

0 个答案:

没有答案