kvn
3
Since this topic was ask multiple times. The process @jdiaz described is also working super smoothly, if you want to use buttons / text / icons to change the slider input value and vice versa.
For your icons/buttons/text you just do not need to reset the inputs.
Just create a custom state as number on your sliderinput element. Set the initial content of the sliderinput to your custom states value.
Create a workflow event, which gets triggered, when an inputs value is changed, set the custom state to the sliderinput value and as second step reset all relevent inputs.
For the icons/buttons/texts you want to click, you just increase/decrease the slider input custom state value.
Hope this helps everyone, who was searching how to solve these dependencies.
1 Like