mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
ce8ac58ddb
"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