Autocomplete without requirement to choose an option (own value)

I have an input field, and while typing, I’d like to suggest options just like with the Autocomplete input type. However, it shouldn’t be mandatory to choose an option - if the option is not in the list they can keep typing.
I tried to create a workflow where the value of what’s being typed gets added to the options array, however the value doesn’t change while typing, only once an option is selected.

Any ideas??

Hi Niels :waving_hand:

I think you would benefit more from using a search element instead, with that element you have more customizability and also the element trigger “On change” captures every keystroke.

With the autocomplete element the “On change” trigger indeed only captures when you choose an option.