← All Tools

HTML autocomplete Attribute Picker

Build a valid autocomplete value for any form field. Pick a WHATWG autofill token, optionally add a section-* prefix so browsers keep the tokens for two different addresses separate, add scope keywords (shipping / billing for addresses, home / work / mobile / fax / pager for phones), tack on webauthn for conditional-UI passkeys, and copy a ready-to-paste <input> with the right type, inputmode, enterkeyhint, and maxlength. The linter flags common footguns like autocomplete="off" on password inputs (browsers ignore it) or a token that only applies to a different <input type>.

Build a value


  

Recommended input attributes

Browsers use the input type, name, and label text as autofill signals too — a tel-national autocomplete on a text field labelled “phone” still fills, but type="tel" also brings the numeric keypad on mobile.

Ready-to-paste snippet


  
Attributes are updated live — try focus + a saved value in your browser.

All tokens (WHATWG HTML §4.10.18.7)

Click any token to load it into the picker.

Notes & gotchas