tetranz / select2entity-bundle

A Symfony2 bundle that integrates Select2 as a drop-in replacement for a standard entity field on a Symfony form.
MIT License
219 stars 110 forks source link

Return request object. #148

Closed tetranz closed 5 years ago

tetranz commented 5 years ago

This adds to https://github.com/tetranz/select2entity-bundle/pull/114

See https://select2.org/data-sources/ajax#jquery-ajax-options

The transport function should return an object that has an abort function.