PUGX / PUGXAutoCompleterBundle

Add an autocomplete field to your Symfony forms
GNU Lesser General Public License v3.0
93 stars 38 forks source link

modification for manyToMany #65

Closed Nakira closed 4 years ago

Nakira commented 4 years ago

needs some cleanup but works for many2many and still works for oneToMany with select2.
Creating the PR just in case someone is motivated doing the cleanup and jquery-ui compatibility (untested).

We 'll cleanup for select2...

New boolean option for transformer : many2many

Nakira commented 4 years ago

@garak it's a mess we all agree... , it's more a Proof of Concept that this bundle could be used for many2many relationships as well : we'll review and enhance this seriously when we have some time.

Thanks for your quick review.