Page 1 of 1

How to hide the selectmenu component?

Posted: Fri Jan 10, 2014 4:56 am
by Lux Smith

Need to hide and show different selectmenu components based on a toggle switch. Thanks.


How to hide the selectmenu component?

Posted: Fri Jan 10, 2014 7:08 am
by Kateryna Grynko

Hi,

To hide any component run:preAppery("componentName").hide();/preTo show:preAppery("componentName").show();/preWhere 'componentName' is a component name.


How to hide the selectmenu component?

Posted: Fri Jan 10, 2014 1:29 pm
by Lux Smith

I have already tried it as also illustrated in the Javascript API documentation, but it doesn't seem to work for selectmenu component.


How to hide the selectmenu component?

Posted: Fri Jan 10, 2014 3:49 pm
by Kateryna Grynko

Lux,

I tested - seems to be a bug, as a workaround you can use:pre$(".startScreen_mobileselectmenu_11").hide()/pre


How to hide the selectmenu component?

Posted: Mon Apr 14, 2014 1:25 pm
by Maryna Brodina

Hello!

This bug was fixed.