
Oft nützlich, manchmal nicht erwünscht: die Auto-Vervollständigung von Formularen im Web. Folgendes Attribut deaktiviert das standardmäßige Verhalten der aktuellen Browsergeneration für das jeweilige Eingabefeld.
1autocomplete="off"
Beispiel:
1<input type="text" name="Kontonummer" id="Kontonummer" autocomplete="off" required />
Related articles
Jan 07, 2025 · 1 min read
Use a hidden Google API to load favicons
Recently I have been working more and more with HTML and frontend development in general and had the task of loading favicons from various …
Feb 18, 2015 · 4 min read
Aggressive Client Caching mit Hilfe von HTML 5 Manifesten
Die Anforderung von Webseiten in puncto Performance und Datenmengen steigen immer weiter an. Dies führt dazu, dass das Caching für Webseiten …
Let's Work Together
Looking for an experienced Platform Architect or Engineer for your next project? Whether it's cloud migration, platform modernization or building new solutions from scratch - I'm here to help you succeed.

Comments