feat(Field): add colon prop (#6195)

This commit is contained in:
neverland
2020-05-01 19:31:23 +08:00
committed by GitHub
parent a7294ea980
commit 4adefe5605
6 changed files with 26 additions and 1 deletions
+1
View File
@@ -220,6 +220,7 @@ Use `input-align` prop to align the input value
| border | Whether to show inner border | _boolean_ | `true` |
| disabled | Whether to disable field | _boolean_ | `false` |
| readonly | Whether to be readonly | _boolean_ | `false` |
| colon `v2.7.2` | Whether to display colon after label | _boolean_ | `false` |
| required | Whether to show required mark | _boolean_ | `false` |
| clearable | Whether to be clearable | _boolean_ | `false` |
| clickable | Whether to show click feedback when clicked | _boolean_ | `false` |