Autocomplete over one field in the database

Autocomplete over one field in the database

adrian142adrian142 Posts: 3Questions: 1Answers: 0

At the moment I have an HTML SELECT class where the values from a column in the datatabse are added as options. The user can choose from the dropdown.

But I want to have an autocomplete field that is bound to one columns of the database, so that the user quickly can select a matching value.

Look the video here:https://youtu.be/BrrL23pt270

But I don't know if support for such a feature is available, Please help.

Answers

  • adrian142adrian142 Posts: 3Questions: 1Answers: 0

    I am told by the system that my question has been answered but I cannot see any answer. Where can I find it?

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    Thanks for the video, that helps understand the issue. It would be worth looking at Editor - as that has support for the jQuery autoComplete control. Editor also supports Select2 where that is also possible.

    Colin

Sign In or Register to comment.