Visibility of individual elements based on dropdown

Hello!

I am working on a project in Node-RED (latest version) Dashboard 2.0 (from flowfuse) and I am running into a problem.

I would like to be able to turn the visibility of individual elements (such as text fields or buttons) on or off, for example based on a dropdown selection. But it seems that you can only hide or show entire groups or pages.

Is it possible to hide or show individual elements, and if so, how do I do that?

Thanks in advance for your help!

It is very easy to do so if you use templates define the UI objects in Vue or HTML, and then manipulate in the script area of the template

If you want to use the core stock UI nodes, then use ui_update messages with appropriate CSS.