[new feature] Stepper: add input-width prop (#3076)

This commit is contained in:
neverland
2019-04-01 19:22:10 +08:00
committed by GitHub
parent 93e2dd8ffe
commit 89ccdfe63b
5 changed files with 15 additions and 0 deletions
+1
View File
@@ -87,6 +87,7 @@ export default {
| disabled | 是否禁用步进器 | `Boolean` | `false` | - |
| disable-input | 是否禁用输入框 | `Boolean` | `false` | - |
| async-change | 是否开启异步变更,开启后需要手动控制输入值 | `Boolean` | `false` | - |
| input-width | 输入框宽度,须指定单位 | `String` | `30px` | 1.6.13 |
### Event