[improvement] Field: add clear event (#1944)

This commit is contained in:
neverland
2018-10-17 13:14:07 +08:00
committed by GitHub
parent fcd5a53cf7
commit 995ae8c300
5 changed files with 65 additions and 1 deletions
+1
View File
@@ -141,6 +141,7 @@ Field 默认支持 Input 标签所有的原生事件,如 `focus`、`blur`、`k
| 事件 | 说明 | 回调参数 |
|-----------|-----------|-----------|
| click-icon | 点击尾部图标时触发 | - |
| clear | 点击清除按钮后触发 | - |
### 方法