[new feature] Stepper: support number type of input-width prop
This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
||||
| disabled | Disable value change | `Boolean` | `false` |
|
||||
| disable-input | Disable input | `Boolean` | `false` |
|
||||
| async-change | Whether to enable async change | `Boolean` | `false` | - |
|
||||
| input-width | Input width | `String` | `30px` |
|
||||
| input-width | Input width | `String | Number` | `30px` |
|
||||
|
||||
### Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user