Skip to content

Commit

Permalink
Documentation for input onFocus and onBlur
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Jan 9, 2015
1 parent 0373178 commit f796133
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/app/components/pages/components/inputs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,16 @@ var InputsPage = React.createClass({
name: 'onChange',
header: 'function(e, value)',
desc: 'Fired when the input is changed.'
},
{
name: 'onFocus',
header: 'function(e)',
desc: 'Fired when the input has received focus.'
},
{
name: 'onBlur',
header: 'function(e)',
desc: 'Fired when the input has lost focus.'
}
]
}
Expand Down

0 comments on commit f796133

Please sign in to comment.