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
The CharacterSpacing property of the SearchBar control does not behave consistently across platforms.
On iOS and macOS: CharacterSpacing is not applied to either the search text or the placeholder text. Both are always rendered with the default spacing, regardless of the value set.
On Windows: CharacterSpacing is applied to the search text but not to the placeholder text. The placeholder continues to display with default spacing.
Description
The CharacterSpacing property of the SearchBar control does not behave consistently across platforms.
On iOS and macOS: CharacterSpacing is not applied to either the search text or the placeholder text. Both are always rendered with the default spacing, regardless of the value set.
On Windows: CharacterSpacing is applied to the search text but not to the placeholder text. The placeholder continues to display with default spacing.
Screen.Recording.2025-07-02.at.12.03.51.PM.mov
Screen.Recording.2025-07-02.at.12.05.35.PM.mov
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
9.0.81 SR8.1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS, Windows, macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output