From 1db8756b8fad0ecb64b06e4cd6134c2b3ed24086 Mon Sep 17 00:00:00 2001 From: Jan Hancic Date: Thu, 7 Aug 2014 09:22:46 +0100 Subject: [PATCH] Remove quotes around the `value` attribute --- docs/docs/06-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/06-forms.md b/docs/docs/06-forms.md index b72594ec24..c96e5f1da0 100644 --- a/docs/docs/06-forms.md +++ b/docs/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: ``.