Published
- 1 min read
html make range bar show value
The solution for this is noted below
html make range bar show value
Solution
<input type="range" name="rangeInput" min="0" max="100" onchange="updateTextInput(this.value);" />
<input type="text" id="textInput" value="" />
Try other methods by searching on the site. That is if this doesn’t work