|
@ -26,7 +26,7 @@ import moment from 'moment'; |
|
|
| defaultValue | to set default time | [moment](http://momentjs.com/) | - | |
|
|
| defaultValue | to set default time | [moment](http://momentjs.com/) | - | |
|
|
| value | to set time | [moment](http://momentjs.com/) | - | |
|
|
| value | to set time | [moment](http://momentjs.com/) | - | |
|
|
| open | whether to popup panel | boolean | false | |
|
|
| open | whether to popup panel | boolean | false | |
|
|
| onOpenChange | a callback function which will be called while panel opening/closing | (status: boolean): void | 无 | |
|
|
| onOpenChange | a callback function which will be called while panel opening/closing | (open: boolean): void | - | |
|
|
| placeholder | display when there's no value | string | "Select a time" | |
|
|
| placeholder | display when there's no value | string | "Select a time" | |
|
|
| onChange | a callback function, can be executed when the selected time is changing | function(time: moment, timeString: string): void | - | |
|
|
| onChange | a callback function, can be executed when the selected time is changing | function(time: moment, timeString: string): void | - | |
|
|
| format | to set the time format | string | "HH:mm:ss" | |
|
|
| format | to set the time format | string | "HH:mm:ss" | |
|
|