abpetkov / powerange

iOS 7 style range slider
http://abpetkov.github.io/powerange/
423 stars 85 forks source link

Should work with input[type="number|range"] #7

Open Swatinem opened 10 years ago

Swatinem commented 10 years ago

https://github.com/abpetkov/powerange/blob/master/lib/main.js#L33 <- this currently checks for "text", which is really not the correct type for a range slider. Ideally, it should just act as a drop-in replacement for a normal html5 range input.

mugglmenzel commented 9 years ago

+1