[improvement] ContactCard: tsx (#2783)

This commit is contained in:
neverland
2019-02-18 20:24:51 +08:00
committed by GitHub
parent ad27b885c9
commit f211afe714
7 changed files with 56 additions and 4 deletions
+1
View File
@@ -140,6 +140,7 @@ Field 默认支持 Input 标签所有的原生事件,如 `focus`、`blur`、`k
| 事件 | 说明 | 回调参数 |
|------|------|------|
| input | 输入框内容变化时触发 | - |
| clear | 点击清除按钮后触发 | - |
| click-left-icon | 点击头部图标时触发 | - |
| click-right-icon | 点击尾部图标时触发 | - |