Hi guys, I have a search input with an autocomplete to help find items, but this search can also search partial words. Example: User input 'cal', autocomplete provides calendar and calamari. Then user hits enter, I want to submit only 'cal'. Right now autocomplete fills in the value with the first found term.
Is that possible? Thank you, Thierry