litegui.js icon indicating copy to clipboard operation
litegui.js copied to clipboard

Update Values within a addCombo

Open KingYapster opened this issue 5 years ago • 0 comments

Is there a way to update the values array within a addCombo?

Example: 1.) User first selects a brand from various brands of shoes (Using a combo box) 2.) Then from the selected value of brand, User needs to selects a variant from various variants of shoes (Using a combo box) 3.) Based on the variant and availability, a shoe size combo box is added

So, how can I change the values of variants combo box, based on the selected value of brand?

KingYapster avatar Dec 31 '19 07:12 KingYapster