Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added onEnterKeyDown prop description to docs.
  • Loading branch information
anyong committed Apr 24, 2015
1 parent 67af58b commit f74478e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/app/components/pages/components/text-fields.jsx
Expand Up @@ -128,6 +128,12 @@ var TextFieldsPage = React.createClass({
type: 'bool',
header: 'default: false',
desc: 'If true, a textarea element will be rendered. The textarea also grows and shrinks according to the number of lines.'
},
{
name: 'onEnterKeyDown',
type: 'function',
header: 'optional',
desc: 'The function to call when the user presses the Enter key.'
}
]
},
Expand Down

0 comments on commit f74478e

Please sign in to comment.