Skip to content

Commit

Permalink
[HxSearchBox] Displays DefaultContentTemplate after selecting item wh…
Browse files Browse the repository at this point in the history
…en AllowTextQuery="false" #364
  • Loading branch information
Harvey1214 committed Sep 14, 2022
1 parent e62333d commit a21c742
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ protected async Task HandleItemSelected(TItem item)
{
await InvokeOnItemSelectedAsync(item);
await ClearInputAsync();
await HideDropdownMenu();
}

protected async Task OnDropdownMenuShown()
Expand Down

0 comments on commit a21c742

Please sign in to comment.