We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068c6a3 commit 4e12120Copy full SHA for 4e12120
1 file changed
src/content/reference/react-dom/components/form.md
@@ -68,6 +68,8 @@ export default function Search() {
68
);
69
}
70
```
71
+</Sandpack>
72
+
73
### Preventing form reset {/*preventing-form-reset*/}
74
75
By default, forms using the `action` prop reset after submission.
@@ -97,7 +99,7 @@ export default function Form() {
97
99
</form>
98
100
101
-
102
+```
103
</Sandpack>
104
105
### Handle form submission with a Server Function {/*handle-form-submission-with-a-server-function*/}
0 commit comments