pugx / autocompleter-bundle
Add an autocomplete type to forms
Installs: 804 514
Dependents: 3
Suggesters: 0
Security: 0
Stars: 93
Watchers: 7
Forks: 38
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^8.1
- doctrine/persistence: ^3.3
- symfony/config: ^5.4 || ^6.4 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.4 || ^7.0
- symfony/event-dispatcher: ^5.4 || ^6.4 || ^7.0
- symfony/form: ^5.4 || ^6.4 || ^7.0
- symfony/http-kernel: ^5.4 || ^6.4 || ^7.0
Requires (Dev)
- phpunit/phpunit: ^9.6
- spiriitlabs/form-filter-bundle: ^11.0
Suggests
- spiriitlabs/form-filter-bundle: To use autocomplete on a filter.
This package is auto-updated.
Last update: 2024-11-07 04:40:38 UTC
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.
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.