doc: [API] remove duplicate props (#5456)

pull/5465/head
bqy_fe 2022-04-08 19:19:10 +08:00 committed by GitHub
parent 34ebd55082
commit 1ca0689233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ When a numeric value needs to be provided.
| autofocus | get focus when component mounted | boolean | false | | | autofocus | get focus when component mounted | boolean | false | |
| bordered | Whether has border style | boolean | true | 3.0 | | bordered | Whether has border style | boolean | true | 3.0 |
| controls | Whether to show `+-` controls | boolean | true | 3.0 | | controls | Whether to show `+-` controls | boolean | true | 3.0 |
| controls | Whether to show `+-` controls | boolean | true | 3.0 |
| decimalSeparator | decimal separator | string | - | | | decimalSeparator | decimal separator | string | - | |
| defaultValue | initial value | number | | | | defaultValue | initial value | number | | |
| disabled | disable the input | boolean | false | | | disabled | disable the input | boolean | false | |

View File

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