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 the TextColor of the Entry control is set to a custom color, both the text and the Clear button update accordingly.
However, when the TextColor is reset to null, only the text color reverts to the default, while the Clear button continues to display the previously applied color on iOS and Mac platform.
This indicates that the Clear button is not properly restoring its default appearance when the TextColor property is cleared.
Output Screenshot
Expected output(Android)
Actual output(iOS)
Screen.Recording.2026-04-21.at.6.56.03.PM.mov
Screen.Recording.2026-04-21.at.6.56.27.PM.mov
Steps to Reproduce
Run the application on iOS or mac. ClearVisibilityColorIssue.zip
Tap the Set TextColor to Red button and Entry control.
Observe the Clear button color.
Tap the Set TextColor to null button.
Observe the Clear button color.
Actual Behavior: After resetting TextColor to null, the text color correctly reverts to the default.
However, the Clear button retains the previously applied color and does not revert to the default.
Expected Behavior: When TextColor is reset to null, both the text and the Clear button should revert to their native default colors on iOS and macOS.
Description
When the TextColor of the Entry control is set to a custom color, both the text and the Clear button update accordingly.
However, when the TextColor is reset to null, only the text color reverts to the default, while the Clear button continues to display the previously applied color on iOS and Mac platform.
This indicates that the Clear button is not properly restoring its default appearance when the TextColor property is cleared.
Output Screenshot
Screen.Recording.2026-04-21.at.6.56.03.PM.mov
Screen.Recording.2026-04-21.at.6.56.27.PM.mov
Steps to Reproduce
Run the application on iOS or mac. ClearVisibilityColorIssue.zip
Tap the Set TextColor to Red button and Entry control.
Observe the Clear button color.
Tap the Set TextColor to null button.
Observe the Clear button color.
Actual Behavior: After resetting TextColor to null, the text color correctly reverts to the default.
However, the Clear button retains the previously applied color and does not revert to the default.
Expected Behavior: When TextColor is reset to null, both the text and the Clear button should revert to their native default colors on iOS and macOS.
Link to public reproduction project repository
ClearVisibilityColorIssue.zip
Version with bug
10.0.11
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
iOS, Mac
Did you find any workaround?
No response
Relevant log output