Autocomplete Dropdown

Hi Team,
Is there anyway to implement Autocomplete Dropdown control in Plumsail Forms?
I need something like https://jqueryui.com/autocomplete.
The values(options) i am loading dynamically into dropdown control is huge(few hundreds) so i would like to populate matching values when user types in, something like People picker control.

Thanks,
Muthu

Hello @Muthu,

You can use jQuery $.getScript() method or RequireJS library to reference any javascript outside the form.

See an example of autocomplete implementation using the typeahead library in this post:

1 Like

Hi @mnikitina,
Thanks for the lead.
Will try that.

Regards,
Muthu

1 Like