[Improvement] Field: add is-link prop (#1347)

This commit is contained in:
neverland
2018-06-28 17:46:58 +08:00
committed by GitHub
parent 19d1c45121
commit 7d97a2fd85
5 changed files with 18 additions and 1 deletions
+1
View File
@@ -125,6 +125,7 @@ Field support all native properties of input tagsuch as `maxlength`、`placeh
| autosize | Textarea auto resizecan accpet an object, e.g. { maxHeight: 100, minHeight: 50 } | `Boolean | Object` | `false` |
| icon | Right side icon name | `String` | - |
| left-icon | Left side icon name | `String` | - |
| is-link | Whether to show link icon | `Boolean` | `false` |
### Event