diff --git a/docs/api/props.md b/docs/api/props.md index 41fc6e0..63c8ceb 100644 --- a/docs/api/props.md +++ b/docs/api/props.md @@ -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 Append the dropdown element to the end of the body