[new feature] Field: add arrow-direction prop (#3679)

This commit is contained in:
neverland
2019-06-28 15:33:08 +08:00
committed by GitHub
parent 55f215d08d
commit a6ce44fbb0
9 changed files with 40 additions and 20 deletions
+1
View File
@@ -134,6 +134,7 @@ Field support all native properties of input tagsuch as `maxlength`、`placeh
| clearable | Whether to be clearable | `Boolean` | `false` |
| clickable | Whether to show click feedback when clicked | `Boolean` | `false` |
| is-link | Whether to show link icon | `Boolean` | `false` |
| arrow-direction | Can be set to `left` `up` `down` | `String` | - |
| error | Whether to show error info | `Boolean` | `false` |
| error-message | Error message | `String` | `''` |
| label-class | Label className | `any` | - |