-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[Joy UI] Add FormControl
component
#34187
Conversation
@mui/joy: parsed: +0.75% , gzip: +0.80% |
FormControl
component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! I wonder though if we should have a specific FormControl
component case? I see how it could be redundant given we have the text field already.
I have an RFC about removing the |
…into joy/form-control
Add
FormControl
similar to Material UI. I improve the DX a little bit when composing theFormLabel
with other components.It can be composed with:
Input
Textarea
Select
Checkbox
RadioGroup
It links the
FormLabel
andFormHelperText
with the associated form element.