dillon1000/react
Commit
Browse files Swapping defaultChecked and defaultValue
The current documentation states that the `<select>` tag supports `defaultChecked`, but it actually doesn't. I believe this documentation was meant to be written in the proposed order. Non-working fiddle using `defaultChecked`: http://jsfiddle.net/jqs1hsLr/1/ Working fiddle using `defaultValue`: http://jsfiddle.net/nv7z0yzL/1/
Changed paths1 file
First-parent comparisondocs/docs/07-forms.md ModifiedPatch
Files changed
Rendering syntax-highlighted changes…