Replies: 2 comments 1 reply
-
I've experienced this issue as well with Lists and ComboBoxes. Since I'm not the only person I'll guess that this might be a bug that could be related to #14792 and #15380 I workaround this by having a |
Beta Was this translation helpful? Give feedback.
-
Indeed : what I can see is that when you select the item right after the currently selected one, selection is not updated properly. But if you select an item that is at least 2 items after the lastly clicked (even if it does not appears as selected), then it works. Most probably just an index issue (I also noticed that sometimes when you select an item, the item above is also selected), but definitely a bug! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've only ever used MVVM, but I'm intrigued by Uno's MVUX, so I did a quick test.
For lists, it doesn't work as expected.
Normal behavior in Windows projects, issue in Android and WebAssembly.
When selecting a list one by one from the bottom to the top, it is selected, but when selecting the list from top to bottom, it is not selected.
| MainModel.cs
| MainPage.xaml
Does anyone know why this is the case?
Beta Was this translation helpful? Give feedback.
All reactions