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
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.