I have a drop-down that’s populated via a database query. This drop-down is filtering a listview.
By default when I set the hint text to say “Filter by any” it all works and displays all listview items.
When I select an item in the listview it filters as expected. However now there is no way to go back to “All” as that item doesn’t exist in the drop-down.
How can I achieve this?