[new feature] Stepper: add focus event (#2841)

This commit is contained in:
neverland
2019-02-25 19:38:23 +08:00
committed by GitHub
parent 2b9c30f906
commit 8f3dc3f9ca
4 changed files with 14 additions and 0 deletions
+1
View File
@@ -96,4 +96,5 @@ export default {
| overlimit | 点击不可用的按钮时触发 | - |
| plus | 点击增加按钮时触发 | - |
| minus | 点击减少按钮时触发 | - |
| focus | 输入框聚焦时触发 | - |
| blur | 输入框失焦时触发 | - |