[improvement] CouponCell: tsx (#2791)

This commit is contained in:
neverland
2019-02-19 11:38:42 +08:00
committed by GitHub
parent 52a4b7eec9
commit 4e52510f85
8 changed files with 46 additions and 13 deletions
+2 -2
View File
@@ -62,14 +62,14 @@ Search support all native properties of input tagsuch as `maxlength`、`place
| Attribute | Description | Type | Default |
|------|------|------|------|
| label | Search label | `String` | - |
| shape | Can be set to `round` | `String` | `square` |
| background | Background color | `String` | `#f2f2f2` |
| show-action | Whether to show right button | `Boolean` | `false` |
| disabled | Whether to disable field | `Boolean` | `false` |
| readonly | Whether to be readonly | `Boolean` | `false` |
| error | Whether to show error info | `Boolean` | `false` |
| input-align | Input text align, can be set to `center` `right` | `String` | `left` |
| shape | Can be set to `round` | `String` | `square` |
| label | Search label | `String` | - |
### Event