Architecture and class overview

The Autocomplete module is a part of Guriddo Suito PHP/Guriddo jqGrid PHP packages and is used in the Grid component as helper class.

This module depend on the Utils class provided with the package.

The Autocomplete module consist of two classes - Autocomplete, which support jQuery UI CSS framework and bs5Autocomplete, which support Bootstrap 5 (and up) CSS framework.

We prefer to use the bs5Autocomplete. The availability of Autocomplete for jQuery UI is for compatibility purposes and it will be no more supported.

In this documentation we consider only bs5Autocomplete. The documentation for jQuery UI Autocomplete is available on this link.