From 6a7afe7ceb80e9267822490542d6f5c08d97f24c Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 23 Apr 2016 14:04:23 +0200 Subject: [PATCH] Add note on how to submit a form --- docs/docs/07-forms.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/07-forms.md b/docs/docs/07-forms.md index e7e769cd02b6..db65f1844068 100644 --- a/docs/docs/07-forms.md +++ b/docs/docs/07-forms.md @@ -166,3 +166,8 @@ To make an uncontrolled component, `defaultValue` is used instead. > Note: > > You can pass an array into the `value` attribute, allowing you to select multiple options in a `select` tag: `