vctls / AutoCompleterBundle

Add an autocomplete field to your Symfony forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutocompleterBundle

This is a fork PUGX/PUGXAutocompleterBundle.

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 or Many-to-Many 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.

Build Status

Documentation

Read the documentation

Installation

All the installation instructions are located in documentation.

Testing

Run vendor/bin/phpunit

License

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

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.

About

Add an autocomplete field to your Symfony forms


Languages

Language:PHP 87.1%Language:JavaScript 12.9%