Lux Smith
Posts: 0
Joined: Fri Jan 10, 2014 4:52 am

How to hide the selectmenu component?

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to hide the selectmenu component?

Hi,

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

Lux Smith
Posts: 0
Joined: Fri Jan 10, 2014 4:52 am

How to hide the selectmenu component?

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to hide the selectmenu component?

Lux,

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to hide the selectmenu component?

Hello!

This bug was fixed.

Return to “Issues”