Custom Component Mapping
I have a custom component that has a picture. On the click of the picture, two local storage variables are mapped to two labels, with the following custom JS on the mapping:
return "Version: "+value;
Problem is, the LSV values are mapping just fine, the rest of the code does not.
The result of this is just the value, which it should not be.