[Announce] Dashboard Version 2.15.0, 1, 2, 3, 4, 5

I tried to analyse the code, maybe this is helpful:

I added two node.warn() before line 86:

node.warn("forwardInput. = " + this.forwardInputMessages);
node.warn("storeFront. = " + this.storeFrontEndInputAsState); 

It seems that this.storeFrontEndInputAsState is always true

You have set it to show state of the output (ie what you do in the ui...) - you need to set it to show state of input so that the true false affects the UI. (when you aren't passing it through)

Ok... I know I am not really in a position to say much.

I see this thread has a bit of a long arc for life.

I read it because it was close to the top and relatively recent.

I reported a problem with the chart node: It is "out of focus" when showing data sometimes.
I was told that is in the pipeline to be fixed.

Seeing the topic is Dashboard 2.15.5, I was curious and started reading.

I then checked my machine's version. I have 2.15.5 and I am still seeing the chart problem.

Yes, it can't be fixed retrospectively but I would just like to find out if that problem has been addressed yet or is still to be done?

(Pictures if required)

Still not fixed

I've set the indicator to Switch icon shows state of the input.
The inputs work but now I can't set the switch in the dashboard.

node-red: v0.20.7
browser: Safari (iOS), Chrome (macOS)

Edit: I've found more infos in another thread. This is the behaviour of the ui_switch, so I have to add more nodes.

The example I posted above did work perfectly for me with v2.14 so my question:

Is it possible to keep backward compatibility?

Ok.

Thanks.