Been wanting to display two different
Been wanting to display two different sets of sliders with different options (they are stacked together horizontally) according to the radio button choices/checkbox choices/switch toggle (trying all sorts of "choice" related UI elements) that the user selects. The sliders should be updated accordingly. How do I achieve this? For example, I have made 3 sliders. I want to use two radio buttons as choices for the user to choose from; this will in turn change the sliders (there exists one common slider in both options).
3 Replies
The issue that I'm facing is... on clicking on the switch toggle, the slider gets updated (to the two sliders I want visible); but using and interacting with the updated slider makes the value go back to the first slider which was there.
Trying without needing
mo.ui.state
with just the value attribute of the UI elements... maybe I'm just missing something completely "easy" 🙈
Ughh; was an easy fix. Didn't have to use mo.state
.
Closing the thread now.