Answer the question
In order to leave comments, you need to log in
Popup hint?
Hello, I still can’t figure out how to write such a python program that will display a hint when entering text.
For example:
The user enters "Col" and then a hint pops up for him, "Pram"?
I need this for a website in python Django
Answer the question
In order to leave comments, you need to log in
Attach a js-handler to the input event in the search field, which sends the entered string to the backend, receives the found words and displays them as a drop-down list.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question