Autocomplete Select (without JQuery)

Hello, I am not able to find this in the previous discussions.

I am in need of a Select component, that features autocomplete in case of a large amount of items. Is such a component available in the studio?

Thank you,
andrea

1 Like

Another option would be to use a datalist

1 Like

Thanks a ton to both of you!

Datalist seems to be the thing I am looking for.

1 Like

@moovida

Datalist shows a list of options, but the user can type whatever he want and it will be accepted.
You don’t have that on a select tag.
Just so you are aware of that

Thanks for this @kuligaposten , I see what you mean and it is not a little implication.