Edit input suggestions

Asked

Viewed 163 times

0

Hi, I would like to know how to edit the suggestions of the Exp input: when the user writes something in the input in his suggestions show the results of the request by ajax so he can select with the directional arrows( up or down )like what google does when we start a search.

  • 1

    You want a autocomplete?

  • These "suggestions" you want to show come from the bank, right? How many records in total would be?

  • There is no pre-defined record limit, when the user enters something the characters typed in the input are used to initiate a filtering in the database, so when he type shows the options and the more he type the more filtered and the result so that at the end is just what he searched for, I want to put the results as an input suggestion so that when he sees the word he wants to use only use the up or down directional.

  • I get it. It is that the auto-complete does this, and I thought about creating all the list at once in the code of the page and this list that will be consulted, instead of sending consecutive requests to the bank each time you type a letter.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.