Avatar

Correct answer by
Level 7

If Limbo1, Limbo2 etc are in the same dropdown and you want them to do the same thing then just add them to if statement:

if(this.rawValue == "Limbo" || this.rawValue == "Limbo 1" || this.rawValue == "Limbo 2")


View solution in original post