I use the vue-slider-component to filter a list of product, so i would like to capture the value (range[min,max]) to use it it my filter function.
How can i do it ?
UPDATE : when i pass the v-model as @callback parameter i get the value in my function, but if for example i select a range from "0 to 5000" i got "0 4000" so the maxx value is not taken.
I use the vue-slider-component to filter a list of product, so i would like to capture the value (range[min,max]) to use it it my filter function. How can i do it ?
UPDATE : when i pass the v-model as @callback parameter i get the value in my function, but if for example i select a range from "0 to 5000" i got "0 4000" so the maxx value is not taken.