Open
Description
Description
In .NET MAUI, the CharacterSpacing property is not applied for Placeholder text in both the Entry and Editor controls on Windows. While the property works correctly for the Text content, it does not apply to the Placeholder.
Output Screenshot
On Windows | On Android |
---|---|
Screen.Recording.2025-06-19.190924.mp4 |
Screen.Recording.2025-06-19.at.7.18.33.PM.mov |
Steps to Reproduce
- Create a .NET MAUI app EntryIssue.zip.
- Add an Entry and Editor control to a ContentPage.
- Set CharacterSpacing to 5, and provide both Text and Placeholder.
- Run the app on Windows.
- Observe that on Windows, CharacterSpacing is applied only to Text, not Placeholder.
Expected Behavior
- The CharacterSpacing value should be applied consistently to both the Text and Placeholder in Entry and Editor controls.
Actual Behavior
- The CharacterSpacing is applied only to the Text content.
- The Placeholder text ignores the CharacterSpacing setting and appears with default character spacing.
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
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response