You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hellow my Avalonia Project have a ComboBox for user choose device.But I found that my mouse chick open ComboBox and the ItemsSource show fine(we define there is itemA and itemB,itemA is the default SelectedItem),then when i click on the itemB, ComboBox drop closed but SelectedItem still itemA.
Then I try to use keyboard chose itemB and click Enter then SelectedItem successfully changed to itemB.
Describe the bug
Hellow my Avalonia Project have a ComboBox for user choose device.But I found that my mouse chick open
ComboBox
and theItemsSource
show fine(we define there is itemA and itemB,itemA is the defaultSelectedItem
),then when i click on the itemB,ComboBox
drop closed butSelectedItem
still itemA.Then I try to use keyboard chose itemB and click Enter then
SelectedItem
successfully changed to itemB.To Reproduce
My AXAML Code:
Expected behavior
No response
Avalonia version
11.2.1
OS
Windows
Additional context
happened both Windows and Ubuntu.
The text was updated successfully, but these errors were encountered: