[new feature] Field: add error-message-align prop (#3016)

This commit is contained in:
Super
2019-03-20 20:21:15 +08:00
committed by neverland
parent cc997be877
commit 2d6269fba8
4 changed files with 11 additions and 1 deletions
+1
View File
@@ -129,6 +129,7 @@ Field support all native properties of input tagsuch 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 resizecan 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` | - |