[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request facebook#4237 from jas14/issue-4226
Browse files Browse the repository at this point in the history
Allow wrap attribute in textarea
  • Loading branch information
zpao committed Jul 13, 2015
2 parents 4d17841 + 1b5bfb5 commit 64dafb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/ref-04-tags-and-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions src/renderers/dom/shared/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64dafb1

Please sign in to comment.