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
Setting a ComboBox HorizontalAlignment to 'Stretch' in WASM makes the dropdown width fill the screen.
Expected behavior
Dropdown width should take up same space as in UWP.
How to reproduce it (as minimally and precisely as possible)
Open the attached project in UWP and observe that the dropdown for each ComboBox matches the width of the ComboBox itself. Open the project in WASM and observe that the ComboBox with HorizontalAlignment set to 'stretch' has a dropdown that spans the entire screen. The other ComboBox behaves correctly.
Current behavior
Setting a ComboBox HorizontalAlignment to 'Stretch' in WASM makes the dropdown width fill the screen.
Expected behavior
Dropdown width should take up same space as in UWP.
How to reproduce it (as minimally and precisely as possible)
Open the attached project in UWP and observe that the dropdown for each ComboBox matches the width of the ComboBox itself. Open the project in WASM and observe that the ComboBox with HorizontalAlignment set to 'stretch' has a dropdown that spans the entire screen. The other ComboBox behaves correctly.
App25.zip
Environment
Nuget Package:
Uno.UI
Package Version(s):
2.1.0-dev.1286
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: