Perspective Slider

I want to use the Perspective slider component to select a price range as shown in attached image. As the available slider component is useful to select only one value, how can this be customized to select min and max value? Any ideas? Screenshot_20200913-103249

1 Like

Unfortunately there is no option yet but you can simply that widget on internet(which there are a lot of them free) and import it into perspective by creating module.
Using ignition API is hard part.
Another way is to use mouse event script to drag object so recreate your own slider. As all scrips are run in server side you will see some laggy move ment when user try to move slider. But you can try it.