How can i remove the tooltip from a Slider control (input[range]) in WinJS?
Add the ::-ms-tooltip
pseudo element and set display:
to none;
http://msdn.microsoft.com/en-us/library/windows/apps/hh465805.aspx
input[type=range]::-ms-tooltip {
display: none;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With