docs(Field): update document (#4354)

This commit is contained in:
neverland
2019-09-04 11:12:23 +08:00
committed by GitHub
parent 6a0bef37ca
commit a3b6744b24
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ Use button slot to insert button
|------|------|------|------|------|
| value | Field value | *string \| number* | - | - |
| label | Field label | *string* | - | - |
| type | Input type, can be set to `tel` *number*<br>`textarea` `password` | *string* | `text` | - |
| type | Input type, can be set to `tel` `number`<br>`textarea` `password` | *string* | `text` | - |
| size | Sizecan be set to `large` | *string* | - | - |
| maxlength | Max length of value | *string \| number* | - | - |
| placeholder | Placeholder | *string* | - | - |