Thanks. That partially works, when I removed the “Advanced” from the Filter (which I had copied from a discussion elsewhere), so that on Page Load I now see an unfiltered list.
That’s useful if you need auto-binding. If you don’t need it, try doing a search for all users by default and then setting conditional statements for the filter, rather than trying to remove the filter.
I’m not in the office right now but I think I use a repeating group in a focus group that shows on clicking a text styled to look like a dropdown. The only downside is you’ll spend more time creating your own little dropdown than you would on the default one but at least at the end of it you’ll have a nice little dropdown you can keep as a template and drop into other projects.
I think this has become way more complicated for your scenario than it needs to be. From what I understand you have solved the original problem, but now cannot “unfilter” as there is no “All”.
If this is correct understanding, here is the rest of the solution sticking with Bubble’s standard drop downs:
Step 1: Check within your drop down selection, there should be a blank “option” at the top of the list of options. This is effectively the “All” to negate the original filter. Like such:
Step 2: If the blank row doesn’t exist, it means you have this option checked on:
In which case, you won’t see the empty row like such:
Step 3: If you don’t like using the blank row as the “All” selector, then simply add an icon that when the user clicks on, it resets the dropdown. Like such:
PS: A while ago I also started experimenting with the above-mentioned suggestion using customized RGs and focus groups to mimic dropdowns, but after a long while realized that I can get everything I needed from the good ol’ Bubble standard drop down fella.
Thanks everyone for all the suggestions, but SerPounce’s answer is really the simple way to get this done. I have added the Icon to Reset the Dropdown as you suggest.
It does seem like an oversight on Bubble’s part that they don’t make it simpler just to get the Word “All” in there somehow for all/none selected, as I can now, otherwise, achieve what I need.