PUGX / PUGXAutoCompleterBundle

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

Update autocomplete-jqueryui.js to give access to event and ui #52

Closed micotodev closed 6 years ago

micotodev commented 6 years ago

Give access to 'event' and 'ui' in the 'on_select_callback'. Can then send extra information through the json object to act on after the item is selected.

garak commented 6 years ago

Thank you!