I have the input field with autocomplete="on" as shown below,
<input type="email" autocomplete="on" name="email"/>
The autocomplete="on" is giving the suggestion of email id's which I have entered previously in Chrome, Edge and Brave but not in Mozilla Firefox. Am I missing anything? or Do I need to do anything specifically for Firefox?