Slider value

Hi,
is it possible to hide the Slider value displayed as number?

Thank you

Hi Carmelo,

you could use this css-snippet:

.v-slider-feedback{ visibility:hidden; }

however, this will affect all sliders of your application.

Regards
Bernd

Hi Bernd,
thank you for your answer. I tried adding that line to my scss, but nothing happens…

I solved moving that line at the end of my mixin