Hi, I have encountered two problems related to using the radzen component
Can radzenslider be as smooth as traditional input range? I can only reduce this feeling by increasing the maximum value(For example, it is difficult to pull to the maximum value at one time when pulling very fast)
<form>
<div class="form-group">
<label for="formControlRange">Example Range input</label>
<input type="range" class="form-control-range" id="formControlRange">
</div>
</form>
Is there any way to cancel previous and next in RadzenSteps?Nested radzensteps are a bit ugly