<select multiple> in the multiselect filter #1007
Replies: 3 comments 11 replies
-
Not part of the core package currently, you'd need to publish the views, and add "multiple" to the select element in components/tools/filters/select.blade.php or replace multi-select with something similar. You can see an example of how to approach it in my pull request here, not sure if/when the pull request will be accepted! |
Beta Was this translation helpful? Give feedback.
-
I figured it out, I just can't figure out how to properly pass an array of options and make a call to builder |
Beta Was this translation helpful? Give feedback.
-
Now part of core. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
how can I set instead of checkboxes in the multiselect filter?
Beta Was this translation helpful? Give feedback.
All reactions