Fully postponed on #3076171: Provide a new library to replace jQuery UI autocomplete, and probably worth waiting until closer to Drupal 10's release to avoid too many otherwise-unnecessary rerolls. It may be a while until work needs to be done here, but an issue ID needs to exist for @todo items to reference.
Problem/Motivation
A replacement for jQuery UI autocomplete was added to Drupal 9 in #3076171: Provide a new library to replace jQuery UI autocomplete. That addition included a shim backwards compatible with the jQuery UI Autocomplete API, and this shimmed autocomplete is enabled by default and triggers deprecation warnings when used.
In Drupal 10, the shim can be removed and core autocomplete can be used directly.
Comments