Skip to content

Commit

Permalink
Add autoFocus to list of whitelisted dom element props. (facebook#7098)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfb authored Jun 22, 2016
1 parent 83cbc3e commit b4fc273
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if (__DEV__) {
key: true,
ref: true,

autoFocus: true,
defaultValue: true,
valueLink: true,
defaultChecked: true,
Expand Down

0 comments on commit b4fc273

Please sign in to comment.