-
Notifications
You must be signed in to change notification settings - Fork 126
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
Version >= 5.2.4 don't work with Select2 #218
Comments
Could be related to #220? Try adding an empty div with a .filterrific_spinner class. |
I added this to my application.js and it fixed it. I'm going to try figure out what the issue is.
I also have to replace the submitFilterForm method.
|
This is mostly a select2 issue. This is a very old library whose developers decided for some dumb reason that it won't trigger the standard Here's more info and a workaround: |
After change of jQuery to Vanilla JS, the change in fields that use Select2 don't trigger filteriffic search.
The text was updated successfully, but these errors were encountered: