Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の HTML ページには、複数のテキスト入力があります。それらに値を入力するたびに、以前に入力した値が表示されます。ブラウザのプロパティまたは HTML によるものですか? どうすれば無効にできますか?
autocompleteテキストボックスのプロパティをオフに設定するだけです。このような...
autocomplete
<input type="email" name="email" autocomplete="off">