Skip to content

Commit

Permalink
doc: fix NumberInput default value
Browse files Browse the repository at this point in the history
  • Loading branch information
cpylua committed Mar 25, 2019
1 parent 1dc7811 commit 70e24ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/zent/src/number-input/README_en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A input widget for entering number through mouse or keyboard
| onChange | change event | func(value: string) | | | No |
| showStepper | whether stepper is open | bool | `false` | | No |
| showCounter | whether counter is open | bool | `false` | | No |
| decimal | number decimal | number | | | No |
| decimal | number decimal | number | `0` | | No |
| min | the minimum value in the range | number | | | No |
| max | the maximum value in the range | number | | | No |
| placeholder | raw placeholder text | string | `''` | | No |
Expand Down
2 changes: 1 addition & 1 deletion packages/zent/src/number-input/README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ group: 数据
| onChange | change 事件 | func(value: string) | | ||
| showStepper | 是否开启记步器 | bool | `false` | ||
| showCounter | 是否开启加减号 | bool | `false` | ||
| decimal | 数值精度 | number | | ||
| decimal | 数值精度 | number | `0` | ||
| min | 数值范围最小值 | number | | ||
| max | 数值范围最大值 | number | | ||
| placeholder | 原生 placeholder 文案 | string | `''` | ||
Expand Down

0 comments on commit 70e24ef

Please sign in to comment.