Hi, I have a slider. The min value is 1 and the max value are the current users points. I want to label the slider, on the left side there should be the min value and the right side the max value, so the current users points. When the user moves the slider there should also be the current value displayed, so the value of the sliders current location.
Hi there, @Jakob1… you have to use text elements to do what you described because the slider doesn’t support labels like that. So, put a text element on both sides of the slider and show the min and max values in those elements.
You could set a custom state to the slider’s value when the slider is changed, set the initial content of the slider to the custom state’s value, and show the custom state’s value in a text element.