We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently only the standard input type=range is documented [1].
As per W3C specification [2] the range input type can have a "multiple" attribute, which should show multiple handles on the range input.
I suggest to add a separate evaluation as with input type=file which can have a "multiple" attribute as well and has been documented [3].
I personally would prefer to have this feature in major browsers and thus consider this to be of higher priority.
[1] http://caniuse.com/#feat=input-range [2] https://html.spec.whatwg.org/multipage/forms.html#range-state-(type=range) [3] http://caniuse.com/#feat=input-file-multiple
The text was updated successfully, but these errors were encountered:
Yes, this would be very useful, as currently no browser seems to support it.
Sorry, something went wrong.
+1 Polyfill by @LeaVerou here: https://leaverou.github.io/multirange/
No branches or pull requests
Currently only the standard input type=range is documented [1].
As per W3C specification [2] the range input type can have a "multiple" attribute, which should show multiple handles on the range input.
I suggest to add a separate evaluation as with input type=file which can have a "multiple" attribute as well and has been documented [3].
I personally would prefer to have this feature in major browsers and thus consider this to be of higher priority.
[1] http://caniuse.com/#feat=input-range
[2] https://html.spec.whatwg.org/multipage/forms.html#range-state-(type=range)
[3] http://caniuse.com/#feat=input-file-multiple
The text was updated successfully, but these errors were encountered: