Range Slider
Some components such as Range Slider sometimes want to use them, but we want to display them in a disable mode. And when we need to use components like this, and in disable mode, there is a need to clone the component, add an input variable (for example with the name isDisable) and Change the OnReady and OnParametersChange like in the image below. And we need to add that Javascript snippet to disable the slider.
$parameters.SliderObj.setAttribute('disabled', true);

Since use in this mode is used in numerous situations, I suggest that by default this option might already come in the original component. What do you think about this?
Cheers,
Nuno Verdasca