Browse Source
When the `ComboBox` is closed, then the existing `MoveSelection` method doesn't work because the popup containing the `ItemsPresenter` is not visible, and so has no realized items. Instead revert to simple index-based selection logic when the dropdown is closed. Fixes #10232pull/10281/head
1 changed files with 39 additions and 7 deletions
Loading…
Reference in new issue