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
When using the .NET MAUI Label control with TextType="Html" property, the TextTransform property does not take effect when changed during runtime. This behavior is inconsistent with the Label in plain text mode where text transformation changes are applied .
Observe the default Label with TextType set to "Plain"
Select a transformation option (e.g., "Uppercase") from the TextTransform radio button group
Observe that the text transformation is applied correctly to plain text
Switch TextType to "Html" using the radio button
Select a transformation option (e.g., "Lowercase") from the TextTransform radio button group
Observe that text transformation does not update in the Label's HTML rendered text during runtime
Expected Behavior
The TextTransform property of the Label control should take effect immediately when changed during runtime, regardless of whether the Label's TextType is set to Text or Html.
Actual Behavior
When the Label's TextType is set to Html, changes to the TextTransform property made during runtime are not reflected in the rendered text.
Description
When using the .NET MAUI Label control with TextType="Html" property, the TextTransform property does not take effect when changed during runtime. This behavior is inconsistent with the Label in plain text mode where text transformation changes are applied .
Screen.Recording.2025-05-26.at.6.18.46.PM.mov
Steps to Reproduce
Expected Behavior
The TextTransform property of the Label control should take effect immediately when changed during runtime, regardless of whether the Label's TextType is set to Text or Html.
Actual Behavior
When the Label's TextType is set to Html, changes to the TextTransform property made during runtime are not reflected in the rendered text.
Link to public reproduction project repository
No response
Version with bug
9.0.70 SR7
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
iOS, Android, Windows, macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output