feat(Stepper): add allow-empty prop (#6759)

* feat(Stepper): add allow-empty prop

* fix: remove test only
This commit is contained in:
neverland
2020-07-11 10:52:28 +08:00
committed by GitHub
parent 709b822c06
commit 060b1fb717
4 changed files with 24 additions and 0 deletions
+1
View File
@@ -129,6 +129,7 @@ export default {
| show-plus `v2.1.2` | Whether to show plus button | _boolean_ | `true` |
| show-minus `v2.1.2` | Whether to show minus button | _boolean_ | `true` |
| long-press `v2.4.3` | Whether to allow long press | _boolean_ | `true` |
| allow-empty `v2.9.1` | Whether to allow the input to be empty | _boolean_ | `false` |
### Events