Input slider double range min and max

I should insert a slide range price filter that allows the choice of two values Min and Max within a pre-set range.
The set range values I obtain dynamically from the values present in the database.
With an input range I get only the choice of a single value, while I would like the possibility of choosing min and max
Is it possible with Wappler natively or do I have to find the solution?
Thanks

Schermata 2020-06-13 alle 18.28.43

The HTML5 range input only supports one handle.
You need a third party solution/plugin if you want to use two handles.

Ok Teodor

Thank you

Ottieni BlueMail per Android

Have a look at NoUiSlider, works well.

1 Like

Thank You Max