Skip to content

Commit

Permalink
Merge pull request mui#1828 from mbrookes/patch-2
Browse files Browse the repository at this point in the history
[TimePicker] Expand details for onChange callback docs
  • Loading branch information
oliviertassinari committed Oct 19, 2015
2 parents 1166f42 + 40f707e commit 5f83108
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/app/components/pages/components/time-picker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ let TimePickerPage = React.createClass({
name: 'onChange',
header: 'function(null, time)',
desc: 'Callback function that is fired when the time value ' +
'changes. The time value is passed in a Date Object.'
'changes. The time value is passed in a Date Object.' +
'Since there is no particular event associated with ' +
'the change the first argument will always be null and the second ' +
'argument will be the new Date instance.'
},
{
name: 'onFocus',
Expand Down

0 comments on commit 5f83108

Please sign in to comment.