I have created a dropdown box which lists cities that members are from which then filters a list of users based on what the person selects from the dropdown.
It works pretty good apart from two things:
-
It lists the same thing multiple times. The “City” property in the db is a text item. Perhaps making it a list to select from would solve this so it reads it as the same property? Or is there another trick to achieve this?
-
Sometimes when I click on a member profile to take me to a new screen “My profile screen” and then go back… the filter no longer works and nothing is displayed.