How would I create an input-view with a list that has two columns? I want something similar to what the date-picker looks like.
My goal is to choose from 2 separate lists of values and join them together. For example if I had list a = ['a', 'b', 'c']
and list b = [1, 2, 3]
I would want to allow the user to choose a letter and number to create a1
or b3
.