We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b513330 commit cb4d66aCopy full SHA for cb4d66a
README.md
@@ -50,6 +50,15 @@ This also works for filters:
50
end
51
```
52
53
+By default, you can only select one at a time for a filter. You can
54
+specify a multi-select with:
55
+
56
+```ruby
57
+ ActiveAdmin.register Product do
58
+ filter(:category, as: :searchable_select, multiple: true)
59
+ end
60
+```
61
62
### Fetching Options via Ajax
63
64
For large collections, rendering the whole set of options can be to
0 commit comments