Browse Source

Add ={true} so it's aligned with recommended practises

main
Jan Hancic 11 years ago
parent
commit
fcd02320c7
  1. 2
      docs/06-forms.md

2
docs/06-forms.md

@ -149,4 +149,4 @@ To make an uncontrolled component, `defaultValue` is used instead.
> Note: > Note:
> >
> You can pass an array into the `value` attribute, allowing you to select multiple options in a `select` tag: `<select multiple 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']}">`.

Loading…
Cancel
Save