fix rc-input-number

This commit is contained in:
afc163 2015-11-17 14:35:43 +08:00
parent 4df1ebc16f
commit 268b2dd3ee

View File

@ -4,7 +4,8 @@ import React from 'react';
export default React.createClass({
getDefaultProps() {
return {
prefixCls: 'ant-input-number'
prefixCls: 'ant-input-number',
step: 1,
};
},
render() {