We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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> won't work on Uno if there's no DataContext.
<ComboBox>
DataContext
Not having a DataContext is causing the ComboBox to be empty when it's opened.
ComboBox
Should behave the same, no matter if there's a DataContext or not.
<StackPanel DataContext="{x:Null}"> <ComboBox> <ComboBoxItem>A</ComboBoxItem> <ComboBoxItem>B</ComboBoxItem> <ComboBoxItem>C</ComboBoxItem> <ComboBoxItem>D</ComboBoxItem> <ComboBoxItem>E</ComboBoxItem> <ComboBoxItem>F</ComboBoxItem> <ComboBoxItem>G</ComboBoxItem> <ComboBoxItem>H</ComboBoxItem> </ComboBox> </StackPanel>
Affected platform(s): - [X] iOS - [X] Android - [X] WebAssembly - [ ] Windows
The text was updated successfully, but these errors were encountered:
Origin of the bug: unoplatform/Uno.Xaml-Controls-Gallery#4
Sorry, something went wrong.
No branches or pull requests
Bug Report
<ComboBox>
won't work on Uno if there's noDataContext
.Current behavior
Not having a
DataContext
is causing theComboBox
to be empty when it's opened.Expected behavior
Should behave the same, no matter if there's a
DataContext
or not.Minimal reproduction of the problem with instructions
Environment
The text was updated successfully, but these errors were encountered: