Remove quotes around the value attribute

This commit is contained in:
Jan Hancic
2014-08-07 09:22:46 +01:00
parent b25e4368bb
commit 1db8756b8f
+1 -1
View File
@@ -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: `<select multiple={true} value="{['B', 'C']}">`.
> You can pass an array into the `value` attribute, allowing you to select multiple options in a `select` tag: `<select multiple={true} value={['B', 'C']}>`.