Not displaying thousands separator Number Slider

Does anyone now if it is possible to show the values without thousands separator?
(So 2022, 2028, 2033)
0
-
Answering my own question, thanks Berend Veldkamp for suggestion.
You can set the format in the Load event with a Set Form Element Property, use Name=format and for Value the following:
={
"displayFormat":"f",
"lowerBound": 2000,
"upperBound": 3000,
"step": 50,
"precision": 0
}0 -
0
Please sign in to leave a comment.
Comments
2 comments