Hideous iOS Dropdown Field - Any way out?

Hey there @DaBoo & @msmurfitt

I would recommend creating a custom dropdown menu to avoid the iOS default dropdown.

You can accomplish this with a list and visibility settings.

Like this:


This example has a list of posts which has a post category relationship.

When a user clicks the list item, they’re taken to the details screen where it shows either the text where no category selected, or the current selected category.

We display these with visibility settings, like this:


Then on the dropdown screen, I have the list of post categories. When clicked, it updates the current post to contain the current category and link back.

1 Like