-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it doesn't work with new version of jquery-ui #79
Comments
I may be running into version issues too. I have an app where this gem works fine, with jquery v2.1.4, and a newer app with jquery v3.1.1 where the gem is not working at all. Anyone having it, too? |
Update: finally got the gem to work by downgrading to jquery v2.1.4 with:
But it'd be nice to be able to use the gem with jquery v3+. |
I actually can't downgrade to jquery2 and I am trying to upgrade my app to Rails 5. Just for the record, this is the error stack:
EDIT: Not sure if mostly phantomjs or rails-jquery-autcomplete fault, but this is the gem that breaks phantomjs though |
Following the above changes, and downgrading AA to 1.0.0.pre1 worked for me, to have it on ActiveAdmin in a 4.2.6 app. |
I've had the same issue. If you create a barebones app and set it up using the tutorial info - the only thing that breaks it is switching the jQuery version to 3. How can this be fixed? What exactly is breaking when it uses jQuery 3? |
The master works with jQuery 3 |
it's works great with old version of jquery-ui
but not with new version, for example it doesn't highlight the selected option
The text was updated successfully, but these errors were encountered: