I just published the “Search for dropdown” plugin. Search for dropdown is a simple plugin that creates a Dropdown element so that when the user interacts with this element to choose a value, a search field is triggered so that the user can quickly search for the desired value.
The plugin has a simple and easy way to apply it and in a few seconds everything will work perfectly
I’m talking about creating a shape and providing a Attribute ID to the plugin while this can be done using instance canvas in your plugin. This make your plugin easier to use for your user
A few tips too.
I made the same mistake, but avoid to make your testing app, the app to show your plugins. I started to move all of mine into a new app that will not be slow down by testing mode plugins
Avoid using the Shared header if possible (this is the case for your plugin). This shared header will be added to all pages of an app even if the plugin element is not on the page. Better to use element header instead.