If the input scope on the AutoCompleteBox is set to "Search", the KeyDown event is never triggered, and therefore it's impossible to catch when the user hits the "Search/Enter" button on the keyboard.
In line 2641 of AutoCompleteBox.cs (changeset 61620), the KeyDown event is handled when the key is "Enter". I believe this should only happen if the dropdown box is open.
Comments: ** Comment from web user: redaxe **
In line 2641 of AutoCompleteBox.cs (changeset 61620), the KeyDown event is handled when the key is "Enter". I believe this should only happen if the dropdown box is open.
Comments: ** Comment from web user: redaxe **
Any Worked around???