@ -92,7 +92,7 @@ export default class TimePicker extends React.Component<TimePickerProps, any> {
}
render() {
const props = assign({}, this.props);
const props = assign({ format: 'HH:mm:ss' }, this.props);
delete props.defaultValue;
const className = classNames({
@ -84,7 +84,7 @@
"babel-jest": "^13.2.2",
"babel-plugin-import": "^1.0.0",
"babel-plugin-transform-runtime": "~6.15.0",
"bisheng": "^0.13.0",
"bisheng": "^0.14.0",
"bisheng-plugin-antd": "~0.3.0",
"bisheng-plugin-description": "^0.1.1",
"bisheng-plugin-react": "^0.2.0",