Is there a way I can make state changes on some change in Form range UI Kit

I was trying to do some state changes when form range get’s changed .
Since there is no option to display the value of range I was trying to do some workaround through onChange but it seems it’s not supported as of yet.
Is there any way I can achieve this

I’d encourage you to check out UI Kit 2. All the form components including (Range)support the onChange handler.

It also runs in a React runtime so you can access more React features.

1 Like