Skip to content

Commit 1ca0689

Browse files
authored
doc: [API] remove duplicate props (#5456)
1 parent 34ebd55 commit 1ca0689

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/input-number/index.en-US.md

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ When a numeric value needs to be provided.
2020
| autofocus | get focus when component mounted | boolean | false | |
2121
| bordered | Whether has border style | boolean | true | 3.0 |
2222
| controls | Whether to show `+-` controls | boolean | true | 3.0 |
23-
| controls | Whether to show `+-` controls | boolean | true | 3.0 |
2423
| decimalSeparator | decimal separator | string | - | |
2524
| defaultValue | initial value | number | | |
2625
| disabled | disable the input | boolean | false | |

components/input-number/index.zh-CN.md

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ cover: https://gw.alipayobjects.com/zos/alicdn/XOS8qZ0kU/InputNumber.svg
2323
| autofocus | 自动获取焦点 | boolean | false | |
2424
| bordered | 是否有边框 | boolean | true | 3.0 |
2525
| controls | 是否显示增减按钮 | boolean | true | 3.0 |
26-
| controls | 是否显示增减按钮 | boolean | true | 3.0 |
2726
| decimalSeparator | 小数点 | string | - | |
2827
| defaultValue | 初始值 | number | | |
2928
| disabled | 禁用 | boolean | false | |

0 commit comments

Comments
 (0)