[TextField] Helper text should be in error color if both disabled and error are set to true #13210
Closed
2 tasks done
Labels
component: button
This is the name of the generic UI component, not the React module!
new feature
New feature or request
Milestone
Expected Behavior
If a TextField has
disabled="true"
anderror="true"
, the helper text should be in error color.According to Material Design Spec:
Since error message "replaces" the helper text, it should always be in error color whether the TextField is disabled or not.
Current Behavior
If a TextField has
disabled="true"
anderror="true"
, the helper text is in disabled color (gray).Steps to Reproduce
Link:
Context
Your Environment
The text was updated successfully, but these errors were encountered: