Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 8adf167

Browse files
committed
Docs (wip)
1 parent 3091583 commit 8adf167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/form.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ This will output the following HTML:
2929
</form>
3030
```
3131

32-
By default, a `POST` HTTP method will be set. Of course, you can customize this. You can also remove the `spellcheck="false"` attribute that is set by default as well:
32+
By default, a `POST` HTTP method will be set. Of course, you can customize this. You can also enable spellcheck (remove the `spellcheck="false"` attribute that is set by default) as well:
3333

3434
```html
35-
<x-form method="PUT" action="http://example.com" :spellcheck="false">
35+
<x-form method="PUT" action="http://example.com" spellcheck>
3636
Form fields...
3737
</x-form>
3838
```

0 commit comments

Comments
 (0)