pugx/autocompleter-bundle

Add an autocomplete type to forms

Maintainers

👁 leopro
👁 garak

Package info

github.com/PUGX/PUGXAutoCompleterBundle

Type:symfony-bundle

pkg:composer/pugx/autocompleter-bundle

Statistics

Installs: 870 044

Dependents: 3

Suggesters: 0

Stars: 93

Open Issues: 1

v1.12.2 2026-04-17 07:11 UTC

Requires

Requires (Dev)

Suggests

Provides

None

Conflicts

None

Replaces

None

LGPL-3.0-or-later 58afead345482f57bf037a9f36e4fa7524e77d91

  • Massimiliano Arione <garakkio.woop@gmail.com>

symfonyformfield


README

This bundle has a simple, specific purpose: adding an "autocomplete" (also known as "type-ahead") field. The typical use case is when you get a Many-to-One relation and you need to display a form with related entity. If related entity has many thousands of items, using the classic select is not suitable. Here comes this bundle.

👁 Build Status

Documentation

Read the documentation

Installation

All the installation instructions are located in documentation.

License

This bundle is released under the LGPL license. See the complete license text.

About

PUGXAutocompleterBundle is a PUGX initiative.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition with PUGXAutocompleterBundle installed, to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.