[new feature] Field: add size prop (#2936)

This commit is contained in:
neverland
2019-03-11 09:13:23 +08:00
committed by GitHub
parent cb72fef807
commit e553c6e0dd
5 changed files with 21 additions and 0 deletions
+1
View File
@@ -118,6 +118,7 @@ Field support all native properties of input tagsuch as `maxlength`、`placeh
| value | Field value | `String | Number` | - |
| label | Field label | `String` | - |
| type | Input type | `String` | `text` |
| size | Sizecan be set to `large` | `String` | - |
| border | Whether to show inner border | `Boolean` | `true` |
| disabled | Whether to disable field | `Boolean` | `false` |
| readonly | Whether to be readonly | `Boolean` | `false` |