My text inputs seem not to remember values that have been typed before. For example, many websites that I don\'t even have an account on, but have, for example entered my email
In most browsers, you can make your browser display values previously entered in input fields by giving a name to the input. For example:
If the field has no name attribute, the browser won't show suggestions.
Also check if javascript prevents the default action on submit.