cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Range Slider in screen sets

Former Member
0 Kudos
512

Hi Experts,

I am trying to use the range slider in my screen-set to ask the user for a range value e.g Age Range(10-20, 20-30, 30-40..)

I am using the base field as a Text field and then changed the input type to Range as seen below in the image but can not get around assigning the value for the range itself. Can someone let me know how to use this? a working example could help.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

Hi spu230479 ,

Thanks for the information, but to be honest its really very odd that a half built feature is deployed from product team and asking the end users to raise new idea request is really not the best way to get this moving. As a consultant it becomes really difficult for us to justify the tool in front of client when there are half built features from product end.

However, I do appreciate your helpfulness to support me with the query.

Thanks

Vineet

spu230479
Participant

Hi vineet.kaul currently we do not provide a mechanism within the screen sets to define the min/max/step values of the Range Input type. I would advise raising a feature request for this in our ideas portal to request full support for this input type.

That being said it is possible to manually configure these values for the element using the Chrome debugger however I would not recommend this as it could make maintaining this field difficult. To do this you would need to add the min/max/start value and increment step.

input type="range" min="0" max="100" value="90" step="10"

As the value is not displayed on the screen to the user you would need to use another field if you wish to display the value of the range.

Thanks

Stephen