Forum Discussion

Suchith's avatar
7 years ago

Custom Auto suggest input field

Hi, 

I want to implement a custom auto suggest input field, which is similar to the attached file. Please guide with this implementation. 

Thanks,

4 Replies

  • You basically mean highlighting the search term in the suggestions??

  • Hi Luk,

    No, I want to implement whole search suggestion.

  • Jake_N's avatar
    Jake_N
    Mentor
    7 years ago

    Hi Suchith,

    There are multiple ways you can create these as I have done a few ways myself and am currently working on a new one as I write this post.

    The documentation that I found most helpful are as follows:

    These articles will help you understand how to grab results from the API v1 and v2 that you can display as results in your custom made auto-suggest box.

    You will also need to know a little jQuery, Javascript and/or Angular (maybe something else) for everything to work real-time. Personally, I have been using Javascript and jQuery as I am not adept to Angular currently.

    Does this help at all. Or are you looking for project management documents or the code itself?