Hello,

On a D9 website ugraded from D8 I get this error on JS:
Uncaught TypeError: value.autocomplete is not a function

what could it be related to ?

Thanks

Comments

aiphes created an issue. See original summary.

alx_benjamin’s picture

Priority: Normal » Critical

Same here.

Looks like jquery.autocomplete.js is not getting loaded.

The same is in the admin area when assigning autocomplete view.

Changed priority to critical since the module isn't working without this.

dom.’s picture

Status: Active » Closed (duplicate)
Related issues: +#3220334: value.autocomplete is not a function

I just tried the module out from git code and it is ok.
The issue you are pointing at is indeed merged in code.
I just did not release a new version after and that's on me : I should have. Very sorry for inconvenience.
Also closing as duplicate of #3220334: value.autocomplete is not a function

aiphes’s picture

I done the module update and it works.
- Upgrading drupal/search_autocomplete (2.0.1 => 2.0.2)
Thanks.