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
There is a regression where PlaceholderText for the AutoSuggestBox is not properly aligned anymore. I noticed this while updating Microsoft.WindowsAppSDK in a small project from 1.5.240607001 to 1.6.250108002 (latest).
Steps to reproduce the bug
Create a new Black App, Packaged (WinUI 3 in Desktop) project.
At the time of writing, the latest package version for Microsoft.WindowsAppSDK would be:
Describe the bug
There is a regression where
PlaceholderText
for theAutoSuggestBox
is not properly aligned anymore. I noticed this while updatingMicrosoft.WindowsAppSDK
in a small project from1.5.240607001
to1.6.250108002
(latest).Steps to reproduce the bug
At the time of writing, the latest package version for
Microsoft.WindowsAppSDK
would be:MainWindow.xaml
:PlaceholderText
is not centered vertically:But if you write something, the actual text will be aligned as expected:
Expected behavior
If you change the
Microsoft.WindowsAppSDK
package version to 1.5, for example:You can see the
PlaceholderText
is aligned as expected:Screenshots
No response
NuGet package version
None
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: