Currently, the first item in the autocomplete list is automatically selected, and pressing enter will choose the first suggestion in the list. This becomes an issue if using the SfAutocomplete control as a search entry, as it would not allow a user to enter free text that is not one of the suggested autocomplete items.
Is it possible to opt-out of this automatic selection, so that a user can enter text in the input field and press enter without an item being selected?
I have tried using the SearchBehavior property to achieve this without success, as for example returning -1 from GetHighlightIndex leads to some strange behavior like the text input clearing it's value on keyboard selection in the list and subsequent text input not updating the autosuggestion results.
Attached zip with video and sample project.
Attachment:
SfAutomcomplete_20250704_100441_c5b8dd12.zip