
I would like to use the AutoCompleteBox as a search field:
- The user enters text and presses Enter to start a search.
- Optionally, the user can select an entry from the suggestion list.
This is currently not possible because the AutoCompleteBox always selects the first entry in the suggestion list and therefore a suggestion is always transferred to the text field when Enter is pressed. Therefore the entered search text is always overwritten by the selected suggestion.
Can I prevent the AutoCompleteBox from selecting an entry from the suggestion list by default? It would be useful if you could control the auto-select behavior.
[Modified 8 months ago]