Skip to content

Files

Latest commit

 

History

History
10 lines (9 loc) · 635 Bytes

24.md

File metadata and controls

10 lines (9 loc) · 635 Bytes
title date submitter tags discussion
I want an option for two handles in a range input
2019-08-01 08:35:22 UTC
Robert van der Elst
html

In e-commerce it's pretty standard to filter products based on price, both minimum and maximum. Currently we need to reside to JavaScript to build a bar with two handles to set those values. It would be great if this could be done in a native manner. I reckon that having the option to make an input[type="range"] have two handles to set both minimum and maximum values would have use cases beyond what I stated above.