私はオートコンプリートfalseの問題に直面しています。誰もそれのために最高のソリューションを教えてくださいできますか?入力フィールドにオートコンプリートfalseが機能していません
現在のHTML:
<form name="register" action="" method="">
<input type="text" id="email" placeholder="Username" name="email" autocomplete="false">
<input type="password" id="password" placeholder="Password" name="password" autocomplete="false" required>
<div id="submit" type="submit">Let me in!</div>
</form>
<フォーム名= "登録" アクション= "" メソッド= ""> \t \tの のここ
は、ログインフォーム – sandip
'<フォーム名のための私のhtmlコードであります= "..." action = ".." autocomplete = "off"> ... 'これはトリックを行います – Gintoki