Need to hide and show different selectmenu components based on a toggle switch. Thanks.
Need to hide and show different selectmenu components based on a toggle switch. Thanks.
Hi,
To hide any component run:preAppery("componentName").hide();/preTo show:preAppery("componentName").show();/preWhere 'componentName' is a component name.
I have already tried it as also illustrated in the Javascript API documentation, but it doesn't seem to work for selectmenu component.
Lux,
I tested - seems to be a bug, as a workaround you can use:pre$(".startScreen_mobileselectmenu_11").hide()/pre
Hello!
This bug was fixed.