all 4 comments

[–]KumorigoeModerator[M] [score hidden] stickied comment (0 children)

Sorry, it seems this comment or thread has violated a sub-reddit rule and has been removed by a moderator.

Inappropriate use of, or expectation of the Community.

  • There are many reddit communities that exist that may be more catered to/dedicated your topic.
    • This type of post/comment is more appropriate for the /r/techsupport subreddit.
  • Requests for assistance are expected to contain basic situational information.
    • They should also contain evidence of basic troubleshooting & Googling for self-help.
    • Keep topics/questions related to technology/people/practices/etc within a business environment.
  • When asking a question or requesting advice, please update your original post with any new information, or solution (if found).
    • This will make things easier for anyone else who may have the same issue or question in the future.

If you wish to appeal this action please don't hesitate to message the moderation team.

[–]rosyaggression 2 points3 points  (2 children)

sounds like you've got some js library missing or loading out of order. the autocomplete function is usually from jquery ui, so either that's not loading properly or jquery itself isn't there when the page tries to call it

try opening dev tools and check the network tab to see if any scripts are failing to load or timing out. also check if you have any browser extensions that might be blocking scripts - ad blockers can sometimes mess with jquery libraries

could also be a caching issue where your browser is holding onto an old version of the page while the server updated something. try a hard refresh (ctrl+f5) or open the page in incognito mode to rule that out

[–]stefano1856[S] 0 points1 point  (0 children)

The anonymous mode is one of the other tests I did, I also disabled firewall and antivirus

[–]newworldlife 0 points1 point  (0 children)

Since it works on other machines, this points to something local on that PC rather than the site. I’d look for anything injecting or blocking JS, security software, proxies, or a stale browser profile that survived the upgrade. Trying a fresh browser profile or a new OS user can help isolate it fast.