feat(Field): add autocomplate prop #7877

This commit is contained in:
chenjiahan
2021-01-10 13:28:38 +08:00
parent 1eb9a80436
commit 4c4d303363
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -265,6 +265,7 @@ Use `input-align` prop to align the input value.
| right-icon | Right side icon name | _string_ | - |
| icon-prefix `v2.5.3` | Icon className prefix | _string_ | `van-icon` |
| rules `v2.5.0` | Form validation rules | _Rule[]_ | - |
| autocomplete `v3.0.3` | [autocomplete](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) attribute of native input element | _string_ | - |
### Events