-1

I use the jquery plugin Tokeninput that allow autocomplete in textBox. I would overwrite selecting word. So the list of autocomplete must contains one word.

Does anybody have any suggestion to resolve this problem?

Thanks a lot in advance.

Dhibi_Mohanned
  • 283
  • 1
  • 7
  • 15

1 Answers1

0

Tokeninput docs

resultsLimit - The maximum number of results shown in the drop down. Use null to show all the matching results. default: null

But you can also control your response by server-side

EDIT:

Maybe I didn't understand your question correctly, then please give me more information about what you trying to do. code source would be helpful

Baximilian
  • 885
  • 7
  • 25