1
1
1Joker_r2020-10-08 20:49:37
Django
1Joker_r, 2020-10-08 20:49:37

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

1 answer(s)
S
Sergey Gornostaev, 2020-10-09
@1Joker_r

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 question

Ask a Question

731 491 924 answers to any question