-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Add native <Form> component to Material UI #47703
Copy link
Copy link
Open
Labels
on holdThere is a blocker, we need to wait.There is a blocker, we need to wait.scope: formChanges related to the form.Changes related to the form.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Description
Summary
This is annoying.
Right now we have to do:
<Box component="form">
<Button type="submit">Submit</Button>
</Box>
Please add a simple:
<Form>
<Button>Submit</Button>
</Form>
No type="submit" needed.
No Box prop hacks.
Cleaner, more semantic, less boilerplate.
Examples
No response
Motivation
No response
Search keywords: Form
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
on holdThere is a blocker, we need to wait.There is a blocker, we need to wait.scope: formChanges related to the form.Changes related to the form.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.