Hi.
Default sliders in Retool start from the left side and effectively indicate the upper bound of a given numerical value.
- Is it possible to create a slider that starts from the right side and indicates the lower bound of a numerical value?
- Is there any workaround for this limitation if such functionality does not exist?
Enterprise Support Policy
1 Like
Tess
2
Hi @Jakub_Borkala Thanks for reaching out! This will have to be a feature request, unfortunately. I'll follow up here if the feature gets prioritized.
In the meantime, I would recommend exploring a custom component.
Otherwise, a hacky solution would be forcing the range slider's max value to adjust back to the max either by validation or an event handler
You can also hide the output of the slider if you want to change what the value should read as to the end user