silverstripe-framework/admin/javascript
Ingo Schommer ce8ac58ddb Fix React DOM warnings about <form> attrs
"class" is a reserved word in JS, hence React uses "className".
"encType" has to be camel cased correctly, see https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes

Also marked less attrs on <form> as required
2016-04-11 09:16:32 +12:00
..
dist Fix React DOM warnings about <form> attrs 2016-04-11 09:16:32 +12:00
lang Add generic React components 2016-04-06 08:35:50 +12:00
src Fix React DOM warnings about <form> attrs 2016-04-11 09:16:32 +12:00