mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
Update time-picker documentation (#26673)
Added `onSelect` prop details on Time-Picker documentation
This commit is contained in:
parent
1e9aded2dd
commit
bf910cb3a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user