From fcd02320c7433deb64f4046cb2e1968fe6ca9c04 Mon Sep 17 00:00:00 2001 From: Jan Hancic Date: Thu, 7 Aug 2014 08:10:55 +0100 Subject: [PATCH] Add ={true} so it's aligned with recommended practises --- docs/06-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-forms.md b/docs/06-forms.md index 7f61d17d..b72594ec 100644 --- a/docs/06-forms.md +++ b/docs/06-forms.md @@ -149,4 +149,4 @@ 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: ``.