We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ActiveAdmin uses jQuery3. So $(document).on('ready', function) is removed. You should init with $(document).ready() call. See https://github.com/activeadmin/activeadmin/blob/5ae2e3db5bf69e94ea8c205b83f04799154ceee3/app/assets/javascripts/active_admin/initializers/datepicker.es6#L14-L16 for example
The text was updated successfully, but these errors were encountered:
I have faced this problem as well. So you can use my fork https://github.com/NechiK/activeadmin-select2
Sorry, something went wrong.
No branches or pull requests
ActiveAdmin uses jQuery3. So $(document).on('ready', function) is removed.
You should init with $(document).ready() call.
See https://github.com/activeadmin/activeadmin/blob/5ae2e3db5bf69e94ea8c205b83f04799154ceee3/app/assets/javascripts/active_admin/initializers/datepicker.es6#L14-L16 for example
The text was updated successfully, but these errors were encountered: