-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Label as separate React component #1107
Comments
Add an example in Storybook about aria-label for TextField without visible label |
One obvious shortcoming of the current Label component @mimarz is that you can't use it to wrap an input component.
I don't know if we should fix this as well or delay this? 🤔 |
Don't we put children inside a |
Nope, only the label text and meta |
I think my vote goes to fix it (if it's a low hanging fruit). If we are supposed to reuse the |
It was not a low hanging fruit, more like in the middle of the tree or something 😓 Beyond adding the |
notes #1015
The text was updated successfully, but these errors were encountered: