mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
fix rc-input-number
This commit is contained in:
parent
4df1ebc16f
commit
268b2dd3ee
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user