未验证 提交 bf910cb3 编写于 作者: K Krishna Singh 提交者: GitHub

Update time-picker documentation (#26673)

Added `onSelect` prop details on Time-Picker documentation
上级 1e9aded2
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册