Skip to content

Commit

Permalink
fix(AutoSuggestBox): revert "fix(AutoSuggestBox): Init the ChosenSugg…
Browse files Browse the repository at this point in the history
…estion to null after calling the QuerySubmitted handler"

This reverts commit 8b4624a.
  • Loading branch information
tprr7 committed May 29, 2023
1 parent 5a502ac commit e45dafa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ private void SubmitSearch(object item)
QuerySubmitted?.Invoke(this, new AutoSuggestBoxQuerySubmittedEventArgs(item, _textBox.Text));

IsSuggestionListOpen = false;
_suggestionsList.SelectedItem = null;
}

private void OnTextBoxKeyDown(object sender, KeyRoutedEventArgs e)
Expand Down

0 comments on commit e45dafa

Please sign in to comment.