I created a faceplate view with the following place holders:
@TAGNAME
@PV
@MV
@SV
On my Main view (shape component), I added some "click" actions with "open card" and bind to the place holder:
I did the same on other component on my Main View but this time different binding of Tags.
What happen is when I open card my Faceplate on the first component, it actually works fine and I have no issue.
But when I open the 2nd face plate, what happen is it overrides the first Faceplate that is already open. It seems like it is not a new instance of my Faceplate.
As you can see, 2 different binded tags, but they are now identical.
Is it some sort of bugs or a normal behaviour?
I created a faceplate view with the following place holders:
On my Main view (shape component), I added some "click" actions with "open card" and bind to the place holder:
I did the same on other component on my Main View but this time different binding of Tags.
What happen is when I open card my Faceplate on the first component, it actually works fine and I have no issue.
But when I open the 2nd face plate, what happen is it overrides the first Faceplate that is already open. It seems like it is not a new instance of my Faceplate.
As you can see, 2 different binded tags, but they are now identical. Is it some sort of bugs or a normal behaviour?
Regards,