I want to ask a question about the html code. I have a input type="text". And I have added the auto-complete function in the text box (like the google suggestion list). However, when I click the text and start the to type the text, it display 2 auto-complete function.
browser e.g. like you type your account in the browser to login somewhere, and other time you go the text, it will appear to you for you to select.
my implementation of the auto-complete function.
I want to disable the 1. and keep the 2. Is it possible to do that by using web programming rather than set the browser setting. thank you.