If you use this CODE here…
$w.onReady(()=>{
$w("#YourDropdownIDhere").onChamge(()=>{
// Your code here (any activations needed)
});
});
… you want need any activation.
If you use this CODE here…
$w.onReady(()=>{
$w("#YourDropdownIDhere").onChamge(()=>{
// Your code here (any activations needed)
});
});
… you want need any activation.