A bounded (two-handled) Range?
It’d be really nice to offer a two-handled variant of Range, as here:
https://observablehq.com/@mootari/range-slider
Note that my implementation doesn't have keyboard support yet. I'd suggest adding tabindex in the following order:
- left handle
- range
- right handle
This should allow for sufficient control via the arrow keys.
sorta resembles a brush, i wonder if we'd ever want axis ticks on a range
@tophtucker The standards way of doing that would be to add a datalist option, but it’s not super useful without labels or snapping. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range#adding_hash_marks_and_labels