placeholder: PropTypes.string,
format: PropTypes.string,
showHour: PropTypes.bool,
+ showSecond: PropTypes.bool,
style: PropTypes.object,
className: PropTypes.string,
- showSecond: PropTypes.bool,
disabledHours: PropTypes.func,
disabledMinutes: PropTypes.func,
disabledSeconds: PropTypes.func,
onClear={this.onPanelClear}
defaultOpenValue={defaultOpenValue}
showHour={showHour}
- onEsc={this.onEsc}
showSecond={showSecond}
+ onEsc={this.onEsc}
allowEmpty={allowEmpty}
format={this.getFormat()}
placeholder={placeholder}