diff options
Diffstat (limited to 'core/misc')
-rw-r--r-- | core/misc/autocomplete.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/misc/autocomplete.js b/core/misc/autocomplete.js index 5fc6e86cec72..150db6c7c7e2 100644 --- a/core/misc/autocomplete.js +++ b/core/misc/autocomplete.js @@ -211,6 +211,7 @@ once('autocomplete', 'input.form-autocomplete', context).forEach( (element) => { const $autocomplete = $(element); + // cspell:ignore blacklist // Allow options to be overridden per instance. const blacklist = $autocomplete.attr( 'data-autocomplete-first-character-blacklist', |