Add a option to disable the filter option "All" #1693
johannesMEGABAD
started this conversation in
Ideas
Replies: 2 comments
-
Edit: After looking at the views like a maniac I figured out that this line is responsible for actually adding the option to the multi selects. It would be nice to have a option for the multiselect filter to disable the adding of this option |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in pull #1695 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, so when using a Select or MultiSelect filter despite giving it a specific Datasource.. I always have the option "All" to select. In my case I don't need it and would like to be able to disable this option.. but however I was not able to find a way to do so.
Here in this example the option "Alle" is being added by default and I have found no option to disable this.
I already published the views and went inside "components/frameworks/tailwind/filters/select.blade.php" and removed line 46 which adds a option "All" but it did not work.
Beta Was this translation helpful? Give feedback.
All reactions