Open adept-akanksha opened 4 years ago
Hi @adept-akanksha . Could you post the styles values for the Batch Actions drop down element (Chrome Right Click -> Inspect -> Styles)?
This looks like something I just fixed by switching to Webpacker for asset compilation (also on a Rails 6 app). I followed the instructions in README and it worked. I had already installed ActiveAdmin previously and got stuck, so I re-ran rails g activeadmin:install
but added the --use-webpacker
flag, and then followed arctic_admin's instructions, and had no problems.
Describe the bug Batch Actions are not working. When page is rendered batch action dropdown is disabled and all check box not work.
Expected behavior Batch Actions should work in the expected manner
Screenshots
Desktop (please complete the following information):
Gemfile arctic_admin (3.2.0) rails (6.0.3.1)