in reply to Re^2: Auto completing a form from and to a mysql database
in thread Auto completing a form from and to a mysql database

Searching for "autocomplete" on that page returns no results though.

You certainly could roll your own autocomplete without it, and there are other (JS) frameworks which probably provide a similar widget but . . . bleh.

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re^3: Auto completing a form from and to a mysql database

Replies are listed 'Best First'.
Re^4: Auto completing a form from and to a mysql database
by marto (Cardinal) on Oct 15, 2020 at 18:38 UTC

    That's quite the turn around from saying jQuery was "needed" :P That page is about getting rid of jQuery as a dependency, not replacing every plugin upon which jQuery is required. While there are various options for drop in jQueryless autocomplete/typeahead HTML5 has datalist which negates a lot of the use cases anyway.