Merge pull request #4237 from jas14/issue-4226

Allow wrap attribute in textarea
This commit is contained in:
Paul O’Shannessy
2015-07-13 16:58:43 -07:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ maxLength media mediaGroup method min multiple muted name noValidate open
optimum pattern placeholder poster preload radioGroup readOnly rel required role
rowSpan rows sandbox scope scoped scrolling seamless selected shape size sizes
span spellCheck src srcDoc srcSet start step style tabIndex target title type
useMap value width wmode
useMap value width wmode wrap
```
In addition, the following non-standard attributes are supported:
@@ -164,6 +164,7 @@ var HTMLDOMPropertyConfig = {
value: MUST_USE_PROPERTY | HAS_SIDE_EFFECTS,
width: MUST_USE_ATTRIBUTE,
wmode: MUST_USE_ATTRIBUTE,
wrap: null,
/**
* Non-standard Properties