-
I want to create a list of VSlide and set the default or initial value to 1 which is the max value of the slider. I tried as you see below, but the initial or default value gets set to 0.
|
Beta Was this translation helpful? Give feedback.
Answered by
jourdain
May 2, 2024
Replies: 1 comment 2 replies
-
You can not set a default value to an expression. Technically what you are doing is creating a variable named "item.name_stem" that you initialize to 1. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In other words, that initialization should be done on the server when the number of slider have changed or something...