I'm developing an app with a login and I need use an autocomplete input. In HTML is easy to develop it, but I don't know how to implement.
I find a solution where set data to the input, but in my case, I can't do it.
Example:
First Time: Log with the name: "Name1" Second Time: Log with the name: "Name2" Third Time: When the user write "N", the input must show "Name1", "Name2"
Thanks!