Trying to use a native range input and normalizing cross-browser styling is a great idea in theory, but it's causing far more headaches than it's worth. We should replace it with Polymer's paper-slider element, or something similar (even our own). One less place to worry about cross-browser headaches, and there's not really an inherent reason why a native input is better than a manufactured one.
Trying to use a native range input and normalizing cross-browser styling is a great idea in theory, but it's causing far more headaches than it's worth. We should replace it with Polymer's
paper-slider
element, or something similar (even our own). One less place to worry about cross-browser headaches, and there's not really an inherent reason why a native input is better than a manufactured one.