[new feature] Field: add click event

This commit is contained in:
陈嘉涵
2019-05-31 21:16:38 +08:00
parent a8a18505a6
commit 9a32a4a35d
6 changed files with 21 additions and 2 deletions
+1
View File
@@ -155,6 +155,7 @@ Field 默认支持 Input 标签所有的原生事件,如 `focus`、`blur`、`k
| 事件 | 说明 | 回调参数 |
|------|------|------|
| input | 输入框内容变化时触发 | - |
| click | 点击时触发 | - |
| clear | 点击清除按钮后触发 | - |
| click-left-icon | 点击头部图标时触发 | - |
| click-right-icon | 点击尾部图标时触发 | - |