Skip to content
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

No multi-select box for enum fields #3362

Closed
dblarons opened this issue Jun 6, 2021 · 2 comments
Closed

No multi-select box for enum fields #3362

dblarons opened this issue Jun 6, 2021 · 2 comments

Comments

@dblarons
Copy link

dblarons commented Jun 6, 2021

Rails Admin Version: 2.1.1
Ruby Version: 2.7.3
Rails Version: 6.1.3


About a month ago we upgraded our dependencies from Rails 6.0.3 to 6.1.3 and Rails Admin from 2.0.2 to 2.1.1. On the old version, we could multi-select enum field filters. What would happen is when we filtered for an enum, a box would show up next to the select box and if we held the command button on mac and clicked on multiple of the fields, it would filter multiple. It was one of our favorite features.

After the upgrade the box is gone. I've attached a picture below. There are no Javascript errors in the console and otherwise everything seems fine.

I've looked through the diff for 2.0.2 -> 2.1.1 and nothing stuck out to me as problematic in either the commit comments or the code. Same with the changelog. The only thing in the 2.1.1->Head diff that stuck out was this.

Is this a known change? I haven't seen it in any issues. Hope there's a fix or way to enable it because that multi select feature was awesome.

Screen Shot 2021-06-06 at 12 17 15 AM

@mshibuya
Copy link
Member

Caused by #3340, now fixed in the master.

@dblarons
Copy link
Author

Awesome—thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants