[new feature] Field: add size prop (#2936)
This commit is contained in:
@@ -118,6 +118,7 @@ Field support all native properties of input tag,such as `maxlength`、`placeh
|
||||
| value | Field value | `String | Number` | - |
|
||||
| label | Field label | `String` | - |
|
||||
| type | Input type | `String` | `text` |
|
||||
| size | Size,can 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` |
|
||||
|
||||
Reference in New Issue
Block a user