Make range slider which only draws on mouserelease

Make range slider which only draws on mouserelease

kodikaikodikai Posts: 5Questions: 2Answers: 0

I'm using the range sliders using keyup like in this example here. It works fine, but I need it so that the datatable does not draw as the slider moves, but only when the user releases the mouse. At the moment, the movement of the slider is a bit slow because it's drawing so many values at once, and I'd prefer that it only draws once the user decides on a specific range.

Answers

  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin

    You'd need to refer to the documentation of the slider you are using there (ion-rangeslider).

    Allan

Sign In or Register to comment.