How to hide the selectmenu component?
Need to hide and show different selectmenu components based on a toggle switch. Thanks.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.