Autocomplete in a x-editable text field in ASP.NET MVC app

107 Views Asked by At

I'm not sure if this is even feasible, but I wanted to implement an autocomplete functionality inside x-editable field in my ASP.NET MVC application.

Not much code to paste here, but from the UI it looks like this:

enter image description here

In this input, when I start typing I would like to see suggestions of autocomplete, based on the data from the db (in this case those two numbers above).

Could anyone help with this? I'm quite fresh in this field.

1

There are 1 best solutions below

0
paciekFly On BEST ANSWER

Apparently there is a typeheadjs that deals with this in x-editable.