Multiple dropdowns, combination check and filter
- by Tom
Using Javascript / jQuery, I'm trying to build a "combination checker" that will take the values of three (but can be more) dropdown lists and filter the options based on a supplied list of allowed combinations.
For example:
DROPDOWNS
Field 1:
- value_1
- value_2
Field 2:
- value_3
Field 3:
- value_4
- value_5
COMBINATIONS
- value_1, value_3,…