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
Material 3.x introduces a bug where the tint color of a text field will be ignored completely, because, you are changing it based on placeholder's colors (Active/Normal) in the process. It has consequences for someone who doesn't have a placeholder and want to set the tint color.
I guess the tint color explicitly set by user should override such behavior.
For now, the workaround is to set both placeholderActiveColor and placeholderNormalColor to your desired color to achieve a simple tintColor!
Update:
I guess this is not new and has been a case since Material 2 (at least)
The text was updated successfully, but these errors were encountered:
@OrkhanAlikhanov I think @mohpor's point is a really good one. Maybe we only need to update both values like @mohpor mentioned when a user sets the tintColor. We still do want to use the placeholder(Active/Normal)Color functionality. Thoughts?
Hi,
Material 3.x introduces a bug where the tint color of a text field will be ignored completely, because, you are changing it based on placeholder's colors (Active/Normal) in the process. It has consequences for someone who doesn't have a placeholder and want to set the tint color.
I guess the tint color explicitly set by user should override such behavior.
For now, the workaround is to set both
placeholderActiveColor
andplaceholderNormalColor
to your desired color to achieve a simpletintColor
!Update:
I guess this is not new and has been a case since Material 2 (at least)
The text was updated successfully, but these errors were encountered: