We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bc984 commit 96e4cafCopy full SHA for 96e4caf
packages/dev/docs/pages/react-aria/forms.mdx
@@ -473,7 +473,7 @@ function App() {
473
};
474
475
return (
476
- <form onSubmit={handleSubmit(onSubmit)}>
+ <Form onSubmit={handleSubmit(onSubmit)}>
477
<Controller
478
control={control}
479
name="name"
@@ -500,7 +500,7 @@ function App() {
500
)}
501
/>
502
<Button type="submit">Submit</Button>
503
- </form>
+ </Form>
504
);
505
}
506
```
0 commit comments