Open
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
When changing states of a form field from enabled to disabled, the m2 spec expects that the hint/helper text also slightly changes color to reflect the state change of the field itself.
Reproduction
StackBlitz link: https://stackblitz.com/edit/gtyt7r?file=src%2Fapp%2Fform-field-hint-example.html
Steps to reproduce:
- See the hint on the disabled form field
Expected Behavior
According to the m2 spec, the hint should also be greyed out more (for both outlined and filled form fields):
https://m2.material.io/components/text-fields#outlined-text-field
Actual Behavior
The hint does not change when the form field is in different states:
Environment
- Angular: 15.2.9
- CDK/Material: 15.2.9
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment