Range control for number type

Is there any way to use a range control, e.g. like in the built-in Image component:

This provides a much better editor experience for certain fields.

Thanks

Hi @JonathanLand, Unfortunately, there’s no builder built-in component for Range Control, however, you can certainly achieve this in the editor using Custom Component or Custom Code Block.

I meant I want to use this range as an input on a Custom Component. When I set an input to type “number” Builder automatically uses a text field. Since the built-in Image component has a range input I want to know how I can use it in my components as well.

Would be really interesting for me as well. Would be really nice to have that.

Just put “range” as type

Wow, thanks!
It seems to work, but it doesn’t show the value or respect the min and max values.
Any guidance here @garima?

Would love to know this as well.
Using type: “range” seems to display the range slider, but how do we configure it?