The props.tagBrowserStartPath binding on Power Chart doesn't accept filter at startup

Hi,

It seems as if the tag browser of the power chart loads before reading the props.tagBrowserStartPath at startup, so the filter doesn't apply to the tag list until we change the filter property again.
One easy way to fix it is to add a delay to the binding of props.tagBrowserStartPath so it gives time for the power chart to load and up and then we apply the filter which is not good idea.

1 Like