[new feature] Stepper: support number type of input-width prop
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
||||
| disabled | 是否禁用步进器 | `Boolean` | `false` | - |
|
||||
| disable-input | 是否禁用输入框 | `Boolean` | `false` | - |
|
||||
| async-change | 是否开启异步变更,开启后需要手动控制输入值 | `Boolean` | `false` | - |
|
||||
| input-width | 输入框宽度,须指定单位 | `String` | `30px` | 1.6.13 |
|
||||
| input-width | 输入框宽度,默认单位为`px` | `String | Number` | `30px` | 1.6.13 |
|
||||
|
||||
### Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user