mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
IE8 does not have a setter for property "enctype"
This commit is contained in:
@@ -176,7 +176,9 @@ var HTMLDOMPropertyConfig = {
|
||||
autoCorrect: 'autocorrect',
|
||||
autoFocus: 'autofocus',
|
||||
autoPlay: 'autoplay',
|
||||
encType: 'enctype',
|
||||
// `encoding` is equivalent to `enctype`, IE8 lacks an `enctype` setter.
|
||||
// http://www.w3.org/TR/html5/forms.html#dom-fs-encoding
|
||||
encType: 'encoding',
|
||||
hrefLang: 'hreflang',
|
||||
radioGroup: 'radiogroup',
|
||||
spellCheck: 'spellcheck',
|
||||
|
||||
Reference in New Issue
Block a user