genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 263 forks source link

Error in autoComplete multiple with new version of jqueryUi #300

Open CedCannes opened 11 years ago

CedCannes commented 11 years ago

In my application I got an error with autocomplete multiple type since I started using jqueryUI v1.10.3 and jquery v1.10.1 " TypeError: $autocompleter.data(...) is undefined var $source = $autocompleter.data('autocomplete').source; " I found in source example on http://jqueryui.com that "ui-autocomplete" replace "autocomplete".

bamarni commented 11 years ago

then it would break bc for people using an older version of jQuery UI, can you make both cases supported?