[new feature] Field: add error-message-align prop (#3016)
This commit is contained in:
@@ -129,6 +129,7 @@ Field support all native properties of input tag,such as `maxlength`、`placeh
|
||||
| error-message | Error message | `String` | `''` |
|
||||
| label-align | Label text align, can be set to `center` `right` | `String` | `left` |
|
||||
| input-align | Input text align, can be set to `center` `right` | `String` | `left` |
|
||||
| error-message-align | Error message text align, can be set to `center` `right` | `String` | `left` |
|
||||
| autosize | Textarea auto resize,can accpet an object,<br>e.g. { maxHeight: 100, minHeight: 50 } | `Boolean | Object` | `false` |
|
||||
| left-icon | Left side icon name | `String` | - |
|
||||
| right-icon | Right side icon name | `String` | - |
|
||||
|
||||
Reference in New Issue
Block a user