You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The current activeadmin_addons gem I'm using is the latest stable, 1.10.1. After upgrading activeadmin from 2.12.0 to 3.2.0, I noticed that all select boxes lost their styling. If I downgrade activeadmin back to 2.12.0 and keep activeadmin_addons gem at 1.10.1, the select styling shows up again.
To Reproduce
Steps to reproduce the behavior:
Install version 3.2.0 of activeadmin, and version 1.10.1 of activeadmin_addons.
Spin up an instance of admin.
Expected behavior
Screenshots
Additional context
Here are the imports from my active_admin.scss file.
I don't have anything set in ActiveadminAddons.setup do |config|, and I'm not running config.register_stylesheet anywhere in ActiveAdmin.setup do |config|.
The text was updated successfully, but these errors were encountered:
Describe the bug
The current
activeadmin_addons
gem I'm using is the latest stable,1.10.1
. After upgradingactiveadmin
from2.12.0
to3.2.0
, I noticed that all select boxes lost their styling. If I downgradeactiveadmin
back to2.12.0
and keepactiveadmin_addons
gem at1.10.1
, the select styling shows up again.To Reproduce
Steps to reproduce the behavior:
3.2.0
ofactiveadmin
, and version1.10.1
ofactiveadmin_addons
.Expected behavior
Screenshots
Additional context
Here are the imports from my
active_admin.scss
file.Here are the imports from my
active_admin.js
file.I don't have anything set in
ActiveadminAddons.setup do |config|
, and I'm not runningconfig.register_stylesheet
anywhere inActiveAdmin.setup do |config|
.The text was updated successfully, but these errors were encountered: