If you’ve ever used Bubble’s native dropdown, you’ve probably run into this annoying issue:
After selecting an option and then clearing it, the placeholder disappears — leaving a blank, confusing field.
This can hurt your app’s UX, especially in filters, forms, or search components where clarity is key.
So I created a simple plugin that solves this exact problem — and it’s 100% for free.
Just drop it into your app, insert dropdown’s ID, write the placeholder you want and it will behave the way it should.
Here’s how it looks without the plugin (top) vs with the plugin (bottom) for a dropdown listing the days of the week:
I’ve never tested this and assume @adamrsousa has and perhaps it is that if the dropdown is providing a list of data entries via a ‘do search for’ the resetting might cause the search to run again, but I’m not sure, maybe @adamrsousa can clarify.
@ihsanzainal84 sorry, thought I had replied to your question before.
My solution is simple but avoids running a Do Search For every time the user clears a dropdown that has a table as Data Source. But if it’s an Option Set (or the list is cached), there’s no difference.