feat(Stepper): add show-input prop (#7812)

This commit is contained in:
neverland
2020-12-24 20:23:32 +08:00
committed by GitHub
parent 1fac5c5f4f
commit 97509a90b1
4 changed files with 17 additions and 0 deletions
+1
View File
@@ -154,6 +154,7 @@ export default {
| async-change | 是否开启异步变更,开启后需要手动控制输入值 | _boolean_ | `false` |
| show-plus | 是否显示增加按钮 | _boolean_ | `true` |
| show-minus | 是否显示减少按钮 | _boolean_ | `true` |
| show-input `v2.12.1` | 是否显示输入框 | _boolean_ | `true` |
| long-press `v2.4.3` | 是否开启长按手势 | _boolean_ | `true` |
| allow-empty `v2.9.1` | 是否允许输入的值为空 | _boolean_ | `false` |