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??