I retrieve the values of my slide by javascript, to put them in the text fields input1 and input2, which serves as a filter for my query, unfortunately when I change the values, and the values change in input 1 and 2 the query is not updated, I also tried by putting dmx-changed, but that does nothing either
do you have an idea, or a slide that would work with wappler
I suppose you have a serverconnect with get variables that modify your query's results...
Have you set your serverconnect's input parameters equal to the inputs values?
I suggest you also add a delay (debounce) on your inputs change events so they do not trigger the servervonnect load to many times as you change them (sliding the slider)