The revision selector input in this component does not have a label. It needs a label that is hidden
<input class="slider" type="range" min="0" max="5" value="5">
Add a hidden lablel to the revision selector input
To make it accessible to screen readers
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/forms/Basic_form_hints

Hi, i would like to work on this issue.
PR's are welcome. Sorry I didn't respond sooner!
See also #980
I'm sorry i could not work on this but i had some trouble.
If anyone else want to it is ok for me
Hi, I would be happy to work on this if possible :)
@tbourrely go for it! what do you need from us to get started?
you are welcome to fork the repo and submit a PR 馃槃
Well, once I can get my environment working, I will be good to go 馃槃 !
Looks like things have been refactored since this was opened. This input is now in the Slider component.
May want to approach it similar to how we work with the Search input.