Is there a way to get a double-ended range control?

HI there,

I’d like to use a range control with ‘from’ and ‘to’ values. Looks like there isn’t an off-the-shelf input control for this? Is there another way to do it?

All the best,

Hey,

At the moment, I’ll suggest using two range inputs for both min and max, or classic inputs.

I’ll add the double-ended range input to our roadmap :wink:

@Quentin is there any update on the range component ?
Range input seem to not be on the public roadmap :angel:

Thanks

If you feel like coding while this is not available, here is a codepen where somebody managed to do it.