TextField Browser AutoFill

Thank you, that helped! For the record, my Java code is:

input.getElement().setAttribute("name", "email");
input.setAutocomplete(Autocomplete.EMAIL);

Regards,
Ulrich