Hello, there was a problem. I have a user table. I want to create such a text input, in which at the time of entering the name, all the names that coincide with the entered text appear (for the moment).
For example, there are three people in the table:
- Vasya Pupkin
- Petya Ivanov
- Vasya Petrov
When you enter Vasya in the input, the drop-down list immediately suggests choosing a person from two Basilians, enter further Pu ... already offers a specific person. There are many such examples on different sites, at least Google.
But, for a beginner who is just mastering web programming, this task is a bit difficult. And its complexity is not only that I don’t know how to implement it, but it’s already difficult to google the necessary information. Because, each person calls it differently, and each does it in some incredible way (and mostly php code everywhere). And I believe that this is not such a complicated action. Thank!
Java language, DB MySQL.
ps At least throw links to topics (in English or Slavic language, it is not so significant), where this problem is described.