Skip to main content

Don’t use <input type=range> for large ranges

<input type=range> is an absolutely horrible way to accept values on touch devices, especially when the range is large. Provide an element where users can directly type the value.