I have a need to set an attribute of step=x to a field. I know I can do that via custom properties, but what if it will be different based on something else?
So in some cases the step will be say 5 and in other 10.
I have a need to set an attribute of step=x to a field. I know I can do that via custom properties, but what if it will be different based on something else?
So in some cases the step will be say 5 and in other 10.
Hello! Try with JS preAppery("elementName").attr("step", 10);/pre