Greetings, I would like to ask what kind of design pattern will be the best in the scenario described below: I have a two combobox: option1 option21 option2 option22 option3 option23 option4 option24
there should be a specific combinations of those two comboboxes - only specific values should be displayed in second combobox depends on the values selected in first combobox. For instance: If i choose option1 - only option21 and option22 should be visible. What kind of design patter should i use? I would like to add that I don't use any DB.