[Doc] update changelog

This commit is contained in:
陈嘉涵
2018-10-18 18:50:23 +08:00
parent 2228e46733
commit 2e8d7e0b4f
107 changed files with 810 additions and 1212 deletions
+4 -4
View File
@@ -114,7 +114,7 @@ Use button slot to insert button
Field support all native properties of input tagsuch as `maxlength`、`placeholder`、`autofocus`
| Attribute | Description | Type | Default |
|-----------|-----------|-----------|-------------|
|------|------|------|------|
| value | Field value | `String | Number` | - |
| label | Field label | `String` | - |
| type | Input type | `String` | `text` |
@@ -137,7 +137,7 @@ Field support all native properties of input tagsuch as `maxlength`、`placeh
Field support all native events of input tagsuch as `focus`、`blur`、`keypress`
| Event | Description | Parameters |
|-----------|-----------|-----------|
|------|------|------|
| click-icon | Triggered when click the icon of Field | - |
| clear | Triggered when click clear icon | - |
@@ -146,13 +146,13 @@ Field support all native events of input tagsuch as `focus`、`blur`、`keypr
Use ref to get field instance and call instance methods
| Name | Attribute | Return value | Description |
|-----------|-----------|-----------|-------------|
|------|------|------|------|
| blur | - | - | Trigger input blur |
### Slot
| name | Description |
|-----------|-----------|
|------|------|
| label | Custom label |
| icon | Custom icon |
| button | Insert button |