How to achieve auto-complete functionality for textbox

Nov 22, 2013

We have built a Search bar for our course. 

When we start typing in the TextBox we should be able to see list of relevant topics available as a dropdown item, in similar way as we see in google.in website 

Please suggest me a way to achieve this.

Thanks! 

8 Replies
Dennis Hall

Hi Aman:

Could you have bitten off more than you could chew?

Storyline will not provide you this out-of-box using JavaScript, variables, or other without a GREAT deal of effort.

Essentially, you are trying to create an array and display it in your list. This array needs to read the users input variable and display all instances of the words being searched.

I recommend you look into using jQuery to accomplish this.

Best Regards,

Dennis Hall

This discussion is closed. You can start a new discussion or contact Articulate Support.