Solved
how to dynamically change data-attribute? for example data-off-right="${model.value1}", here i want "right" should be dynamic. how can i achieve this?
No text available
Hi Karthick1356,
Have you tried in this way
<sly data-sly-test.right=${right.value} />
data-off-${right}="${model.value1}"
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.