2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

docs: add autocomplete prop (#1178)

Closes #1175
This commit is contained in:
Jeff Sagal
2020-04-29 12:47:06 -07:00
committed by GitHub
parent 699411f6f4
commit 141776bda6
+13
View File
@@ -11,6 +11,19 @@ autoscroll: {
}
```
## autocomplete
The value provided here will be bound to the [autocomplete
HTML attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete)
on the search input. Defaults to `off`.
```js
autocomplete: {
type: String,
default: 'off'
},
```
## appendToBody <Badge text="v3.7.0+" />
Append the dropdown element to the end of the body