From 3c731a2b5900ecb8b9f614f8df52a251af6ffc7a 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/06-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-forms.md b/docs/06-forms.md index b72594ec..c96e5f1d 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: ``.