@opahopa wrote:
Greetings!
Didn’t get it from the Doc, so asking here.
What is the best way to make an
ion-select
with the nested values (preferably using ionic 3 standard components).Smth like:
colors = [‘red’,‘white’,‘blue’];
animals = [‘dog’,‘cat’];
top_values = [colors, animals].So, the user will have to select either animal or color and choose a particular sub-value (ex: color: red).
Posts: 3
Participants: 2