according to the official HTML Standard, autocomplete values are on,off or a <token-list>. I guess that according to what info you want to be auto-completed, you have to provide a list of tokens.
autocomplete
on
off
<token-list>
for concrete, examples check the standard