We have just released a new plugin with Dropdown Select element! It allows you to integrate a customizable dropdown select into your project. Have a look on examples to see, what you can achieve here !
Just search for the Dropdown Select plugin and add it to your Bubble app.
We have been working hard to make it functional and highly customizable, but you can do even more with the help of css / js toolboxes available on Bubble. And of course, you can just contact us for further development ideas as there is always a room for improvement.
Please send any questions, issues, or suggestions to mikhov.ivan@connectish.de or reply to this thread!
There are many styling option ! I will definitely look forward for this !
I got one question : Is it possible to use a nested data type to label my option ? Ex: I have a bubble list of type stores and in this list i have a field of type information witch is linked to another list with the field name of type text. How can i label the stores with the field name of the other list ?
Does it have same workflow triggers as the BubbleĀ“s dropdown plugin?
And why do you say āThere is a lot to improve and we continue working on the plugin. Please, use JS / CSS toolbox for Bubble, if something is missing yet.ā
What do you mean by this? Is this plugin missing something?
We have created the examples on the demo page on what to expect from the current version. Still, there are a lot of creative custom-code designs of the select dropdowns out there, and unfortunately, not all of them you can now implement on Bubble with our plugin.
So, regarding the missing parts, I would think, for example, of custom icons for dynamic select options, search icon next to the search input, more customizations for the dropdown block (like custom margins). We want to bring all this variety, which you can achieve with custom-code development to no-code.
Of course, if you have some JS / CSS experience, more things can be achieved with toolboxes, but it would not be a complete āno-codeā as you see. In this sense, we still have to work on the plugin. On the other hand, there is already a lot of customization possible, and it makes sense to make it available for Bubblers as we see it. Hope this states it clearly.
Regarding loads of data, sorry not to provide this info on the demo page. You can expect the following (bear in mind the minimal Bubble server configuration on a personal plan, the plugin utilizes a Search for ā¦ clause for dynamic options):
No delay for 1k+ options in a dropdown for both static and dynamic data.
Approx. 5 sec delay for 5k+ options on initial dropdown open, ~2 sec delay on consequent opens.
Approx. 10 sec delay for 10k+ options on initial dropdown open, ~4 sec delay on consequent opens.
After the dropdown is opened, minor to no delay for filter on search up to 10k+ options
The preloader is not yet provided in the current version. Would be nice to know the real use case of yours to consider it for lots of options support.
Hello @ryanck ! There is a monthly option for the subscription to play around with the plugin, but there is no free option though. We hope the demo page can give a good idea of what to expect. Thanks for your feedback and have a nice day!
Iāve looked at the demo and editor sites, but havenāt found my answer:
Does your plugin have the ability to be refreshed through a workflow?
My scenario is pretty standard: one dropdown is dependent on another dropdown. I have the filtering part solved; I just need to force the second dropdown to refresh after the first dropdown changes. Is this possible?