Add setHidden function to module

Hello, pls add setHidden functioni to module, module can't be set by js.

Can you use a state variable? Set the module hidden property to {{ modHiddenState.value }} and modify modHiddenState in JS.

Yes, I know that way. But could you explain why not add the function? It obvious very convenient. Thanks.

Modules and components are treated differently in Retool codebase, so when setHidden() was added for most components, it seems it wasn't added for modules.

1 Like