Topic: textarea validation style
Textarea label color is not same than other normal input.

Arkadiusz Idzikowski
staff answered 6 months ago
It looks like there are some problems with the styles for outline version, we will take a closer look at that and add a fix as soon as possible. To resolve this problem on your end, please try to use this styles:
.md-outline .md-textarea.validate-error.ng-invalid.ng-touched + label {
color: #f44336 !important;
}
.md-outline .md-textarea.validate-success.ng-valid.ng-touched + label {
color: #00c851 !important;
}
Karman40 pro premium commented 6 months ago
Thanks, resolved my problem. Please contact me, when problem was fix it.
Karman40 pro premium commented 4 months ago
Dear MDB!
when is it expected to fix the bug in the package?
Arkadiusz Idzikowski staff commented 4 months ago
@Karman40 This problem has been fixed in today's release (v10.1.1).
Karman40 pro premium commented 2 months ago
@Arkadiusz Idzikowski thank you for your help!
Resolved
- User: Pro
- Premium support: Yes
- Technology: Angular
- MDB Version: 10.0.0
- Device: all
- Browser: all
- OS: all
- Provided sample code: No
- Provided link: No