[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
@@ -138,6 +138,7 @@ Field support all native events of input tagsuch as `focus`、`blur`、`keypr
| Event | Description | Parameters |
|------|------|------|
| input | Triggered when value changed | - |
| clear | Triggered when click clear icon | - |
| click-left-icon | Triggered when click the left icon of Field | - |
| click-right-icon | Triggered when click the right icon of Field | - |