mirror of https://github.com/twbs/bootstrap.git
Update site/src/content/docs/forms/range.mdx
BrowserStack / browserstack (push) Has been cancelled
Details
BrowserStack / browserstack (push) Has been cancelled
Details
Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
parent
ea4bebc0dc
commit
ce75d945b8
|
|
@ -38,7 +38,7 @@ The value of the range input can be shown using the `output` element and a bit o
|
|||
|
||||
<Example code={`<label for="customRange4" class="form-label">Example range</label>
|
||||
<input type="range" class="form-range" min="0" max="100" value="50" id="customRange4">
|
||||
<output for="customRange4" id="rangeValue"></output>
|
||||
<output for="customRange4" id="rangeValue" aria-hidden="true"></output>
|
||||
|
||||
<script>
|
||||
// This is an example script, please modify as needed
|
||||
|
|
|
|||
Loading…
Reference in New Issue