Enabling disabled mat-slider to show value and color.
Cannot show previously selected value in mat-slider. And cannot set color to disabled slider.
Something like this
<mat-slider
showThumbLabelAlways ="true"
thumbLabel="true"
color="warn"
showColorOnDisabled="true"
disabled="true"
value="immutableValue"></mat-slider>
mat-slider has no preference to show thumbLabel on un-focused state and show default color in disabled state.
To show detailed data in slider.
So basically a readonly mode, where the thumb label always shows?

Example implementation of the [readonly] attribute.
Yes, it would be nice.
Will be cool
Any solution for this?
Yes please implement this.
Most helpful comment
So basically a
readonlymode, where the thumb label always shows?Example implementation of the [readonly] attribute.