Filter JavaScript Array with Multiple Dropdown

2 comments:

  1. if($w(‘#dropdown1’).value) is what you need. No need to check for every type of truthy condition.

  2. return currentElement.expfo === $w(‘#dropdown1’).value will return true or false . Is that what you need?