Searchable DropDown

Hi everyone,

I have a problem and I was hoping to get some help.

I have a drop down list from a select query in a form. The drop down list has many items so I want to be able to search in it. I could for example type “FA” and then it would show content have/starts with “FA”.

Here is an example implementation in JQuery http://www.jque.re/plugins/forms-controls/searchabledropdown/

So how can this be done in Script Case.

Best regards,
Abdalla

Sc has a option for that. The field must be type :Ajax Text Autocomplete

Thank you @alvagar that worked like a charm.