2 comments:
-
if($w(‘#dropdown1’).value) is what you need. No need to check for every type of truthy condition.
-
return currentElement.expfo === $w(‘#dropdown1’).value will return true or false . Is that what you need?
2 comments:
if($w(‘#dropdown1’).value) is what you need. No need to check for every type of truthy condition.
return currentElement.expfo === $w(‘#dropdown1’).value will return true or false . Is that what you need?