Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 month ago
Slider value
Hi,
is it possible to hide the Slider value displayed as number?
Thank you
Last updated on
Hi Carmelo,
you could use this css-snippet:
.v-slider-feedback{ visibility:hidden; }
however, this will affect all sliders of your application.
Regards
Bernd
Last updated on
Hi Bernd,
thank you for your answer. I tried adding that line to my scss, but nothing happens...
Last updated on
You cannot reply to this thread.