Update time-picker documentation (#26673)

Added `onSelect` prop details on Time-Picker documentation
This commit is contained in:
Krishna Singh 2020-09-14 15:56:22 +05:30 committed by GitHub
parent 1e9aded2dd
commit bf910cb3a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ import moment from 'moment';
| value | To set time | [moment](http://momentjs.com/) | - | |
| onChange | A callback function, can be executed when the selected time is changing | function(time: moment, timeString: string): void | - | |
| onOpenChange | A callback function which will be called while panel opening/closing | (open: boolean) => void | - | |
| onSelect | A callback function, executes when a value is selected | function(time: moment): void | - | |
| showNow | Whether to show `Now` button on panel | boolean | - | 4.4.0 |
## Methods