docs(Search): update desc of shape prop

This commit is contained in:
陈嘉涵
2019-09-02 10:59:11 +08:00
parent da0c92f36f
commit 10db0100bb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ Search support all native properties of input tagsuch as `maxlength`、`place
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| label | Search label | *string* | - | - |
| shape | Can be set to `round` | *string* | `square` | - |
| shape | Shape of input, can be set to `round` | *string* | `square` | - |
| background | Background color | *string* | `#f2f2f2` | - |
| clearable | Whether to be clearable | *boolean* | `true` | - |
| show-action | Whether to show right button | *boolean* | `false` | - |