admin-vue
admin-vue copied to clipboard
Plugins search results page reset on an empty string
Is your feature request related to a problem? Please describe. After searching for a plugin in the search box the related plugin is shown correctly. But if a user deletes the search query the results page does not reset to the full list of plugins. Instead the user has to click on the search icon with an empty search query to see again the full list of plugins.
Describe the solution you'd like Ideally the results should populate automatically as the search query is typed.
Additional context
@zAlweNy26 the search at the moment is not dynamic, what I mean is that, if you type your search you need to press enter or the search icon, in order to get the results. If we make a dynamic search when the search string is empty, it should be done also in the other case IMHO, for consistency. So, or we leave as it is, or we do it dynamic for all the cases... hope I am clear enough, let me know what you think
Agree - I would make it dynamic in all cases. Sorry if it wasn't clear in my first request!