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
If you have a TextBox in a Auto-sizing grid row (and perhaps other situations) and this TextBox has PlaceholderText set, the TextBox will resize slightly when real text is entered.
Steps to reproduce the bug
Create a Grid with a textbox (code example below) and set PlaceholderText. Then run the code and enter text into the box.
Expected behavior
Height to remain the same
Screenshots
TextBox-PlaceholderText-Height-but.mp4
NuGet package version
WinUI 3 - Windows App SDK 1.6.5: 1.6.250205002
Windows version
Windows 11 (23H2): Build 22631
Additional context
Workaround is to set a MinHeight and the problem goes away
The text was updated successfully, but these errors were encountered:
Describe the bug
If you have a TextBox in a Auto-sizing grid row (and perhaps other situations) and this TextBox has PlaceholderText set, the TextBox will resize slightly when real text is entered.
Steps to reproduce the bug
Create a Grid with a textbox (code example below) and set PlaceholderText. Then run the code and enter text into the box.
Expected behavior
Height to remain the same
Screenshots
TextBox-PlaceholderText-Height-but.mp4
NuGet package version
WinUI 3 - Windows App SDK 1.6.5: 1.6.250205002
Windows version
Windows 11 (23H2): Build 22631
Additional context
Workaround is to set a MinHeight and the problem goes away
The text was updated successfully, but these errors were encountered: