I am working on an app where there is a function for driving directions – the user chooses their preferred map app (Google Maps, Apple Maps, Waze), then they are sent to that app with the address populated.
I am currently working through o…
My form has two fields.
The first one is a dropdown list displaying a list of categories, and the second one is a data list that displays a list of users.
The data list options depend on the category selected in the dropdown list.
E.g.:
Currently, I am designing a form that has a radiobutton group for a certain question, that affects whether a second radiobutton group is relevant to them or not. Now I’ve been researching on what is the best option in regards to showing (b…