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
I really like the required prop on FormLabel, as I used to have an ugly concatenation function doing it for me with the label I was passing to a TextField.
What I'm wondering is if there is currently a clean workaround to add the * to a FormControlLabel, so that it works like TextFields?
I'll keep concatenating stars to my labels in the meantime :)
The text was updated successfully, but these errors were encountered:
I really like the
required
prop onFormLabel
, as I used to have an ugly concatenation function doing it for me with the label I was passing to aTextField
.What I'm wondering is if there is currently a clean workaround to add the
*
to aFormControlLabel
, so that it works like TextFields?I'll keep concatenating stars to my labels in the meantime :)
The text was updated successfully, but these errors were encountered: