Skip to content

Commit

Permalink
fix(AutoSuggestBox): fix Suggestion Item not being selected
Browse files Browse the repository at this point in the history
  • Loading branch information
tprr7 committed May 22, 2023
1 parent 8a0bdce commit 498e536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Uno.UI/UI/Xaml/Controls/ListViewBase/ListViewBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ private void CleanUpAllContainers()
{
CleanUpContainer(container);
}
ItemsPanelRoot?.Children?.Clear();
}

private ICollection<DependencyObject> CaptureContainers(int startingIndex, int length)
Expand Down

0 comments on commit 498e536

Please sign in to comment.