diff --git a/README.md b/README.md index e4a50eba5..3c46e1eb2 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,8 @@ When initializing an autocomplete, there are a number of options you can configu * `keyboardShortcuts` - Array of shortcut that will focus the input. For example if you want to bind `s` and `/` you can specify: `keyboardShortcuts: ['s', '/']` +* `ariaLabelledBy` - An optional id to use for the `aria-labelledby` attribute. Specify `false` to exclude the attribute. Defaults to using the `placeholder` as the label if a `placeholder` is specified. + ```html