Download the PHP package samson/autocomplete-bundle without Composer
On this page you can find all versions of the php package samson/autocomplete-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download samson/autocomplete-bundle
More information about samson/autocomplete-bundle
Files in samson/autocomplete-bundle
Package autocomplete-bundle
Short Description Easily integrate the Select2 autocomplete widget into your Symfony application to search Doctrine entities
License MIT
Homepage https://github.com/SamsonIT/AutocompleteBundle
Informations about the package autocomplete-bundle
README
Checkout SamsonIT/ShowCase to see a working example of how to use this bundle.
How to install
Currently, you'll need to follow these steps to ensure the autocomplete will work:
- Enable this and the UnexpectedResponseBundle in your AppKernel
Example: https://github.com/SamsonIT/ShowCase/blob/master/app/AppKernel.php#L22
- Make sure the latest JQuery version is loaded (JQuery UI is not necessary)
- Make sure the latest Select2 javascript is loaded
- Make sure the latest Select2 css files are loaded and that the images bundled with it are in place
- Make sure the autocomplete.js file in this bundle is loaded
- Make sure the autocomplete.css file in this bundle is loaded (this one is not all that necessary)
An example of the above requirements can be found in https://github.com/SamsonIT/ShowCase/blob/master/src/Samson/Bundle/ShowCaseBundle/Resources/views/Autocomplete/index.html.twig
- Make sure the autocomplete.html.twig form theme is included into twig
Find an example here: https://github.com/SamsonIT/ShowCase/blob/master/app/config/config.yml#L24
How to use
Using the autocomplete is very simple. There are three required options to configure the Form type, and one recommended:
The template can be defined as follows:
The filter will simply do nothing if the property is false, so this is also a valid template:
Upgrade
See Upgrade.md
All versions of autocomplete-bundle with dependencies
symfony/form Version ~2.1
symfony/http-kernel Version ~2.1
doctrine/orm Version ~2.2
symfony/twig-bundle Version ~2.1
samson/unexpected-response-bundle Version ~0.1