Skip to content

Commit 6e28306

Browse files
Add a note about submit buttons
1 parent f1d15dd commit 6e28306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ render(
245245
</Form>);
246246
```
247247

248+
**Warning:** there should be a button or an input with `type="submit"` to trigger the form submission (and then the form validation).
249+
248250
## Development server
249251

250252
```

0 commit comments

Comments
 (0)