-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ComboBox incorrect behavior when using Items property #87
Comments
in android,the last selected item dispeared! in ios,no item show! |
Here the items are of type ComboBoxItem, which is a view. One option would be to implement in Uno the specifics of CarouselPanel that make the dropdown expand around the selected item (if we want the same behavior as UWP). |
In android,i can define a ItemTemplate of ComboBox,then the behaviour of ComboBox is well. @jeromelaban ,do you know How to deal with it? Thank you! |
If you need to set the choices in xaml, you can use the primitives literals as a temporary workaround:
Using a list for |
Using this simple sample, the list is modified at each selection:
Observed with
Uno.UI 1.31.0-dev.94
.The text was updated successfully, but these errors were encountered: