[FormLabel] [FormHelperText] classes keys #12363
Labels
good first issue
Great for first contributions. Enable to learn the contribution process.
new feature
New feature or request
Even though [FormControl] provides context filled/focused/error/required, not all these keys are available in [FormLabel] and [FormHelperText] classes.
I believe that filled/focused/required keys should be available as well. It is valid use case to change Component styling based on it's internal state.
I know that it is possible to achieve similar functionality now (hijack MuiFormControl context or control Component state externally), but it's bit overkill since it's already been done once.
The text was updated successfully, but these errors were encountered: