Closed

Description
The RangeSlider updates the input perfectly. But updating the input field sets everything back to 50. I see that this is related to values being an array. I would guess that most use cases would require a single value.
var value = 50;
<RangeSlider bind:values={value} />
<input type="number" bind:value />