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
Using a multiline TextBox with a header when you write some lines the header does not move up to the top of the field.
The Header is moved up when write in the field.
There is a TestTextBox style in the attached solution with VerticalAlignment of the HeaderElement changed to Top, you can use it.
Visual Studio 2022 17.11.4
Nuget Package:
Package Version(s):
Uno.WinUI 5.4.27
Affected platform(s):
TestBoxMultilineHeader.zip
The text was updated successfully, but these errors were encountered:
fyi @eriklimakc
Sorry, something went wrong.
@Suriman same comment as #1469 (comment) to be able to have the fixes with the latest Uno Themes dev version.
The fix didn't make it into [email protected] -> [email protected] It is only available from [email protected] and onward.
@agneszitte @kazo0 any plan to backport this, or when this will make it to the vNext?
Darsh0307
jhanvi03
Successfully merging a pull request may close this issue.
Current behavior
Using a multiline TextBox with a header when you write some lines the header does not move up to the top of the field.
Expected behavior
The Header is moved up when write in the field.
How to reproduce it (as minimally and precisely as possible)
Workaround:
There is a TestTextBox style in the attached solution with VerticalAlignment of the HeaderElement changed to Top, you can use it.
Environment
Visual Studio 2022 17.11.4
Nuget Package:
Package Version(s):
Uno.WinUI 5.4.27
Affected platform(s):
Anything else we need to know?
TestBoxMultilineHeader.zip
The text was updated successfully, but these errors were encountered: