Skip to content
Snippets Groups Projects

Issue #3076171: Provide a new library to replace jQuery UI autocomplete

Open Théodore Biadala requested to merge issue/drupal-3076171:dontbreakstuff into 9.4.x
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -200,7 +200,7 @@
* @param {string[]|object.<string, string[]>} suggestionItems
* The typed value querying autocomplete.
*/
function jQuerydisplayResults(suggestionItems) {
function jQueryDisplayResults(suggestionItems) {
this.suggestions = this.normalizeSuggestionItems(suggestionItems);
this.listboxWrapper.innerHTML = '';
/**
@@ -237,7 +237,7 @@
1400,
);
}
instance.displayResults = jQuerydisplayResults;
instance.displayResults = jQueryDisplayResults;
/**
* A copy of jQuery UI autocomplete _renderMenu.
Loading