Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
yiminghe committed Jul 1, 2015
1 parent 6e44d42 commit 8e14ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/input-number/index.md
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@
| min | 最小值 | Number | -Infinity |
| max | 最大值 | Number | Infinity |
| value | 当前值 | Number | |
| step | 每次改变步数 | Number | 1 |
| defaultValue | 初始值 | Number | |
| onChange | 变化回调 | Function | |
| disabled | 禁用 | Boolean | |

0 comments on commit 8e14ea6

Please sign in to comment.