mirror of https://github.com/twbs/bootstrap.git
Docs: same text for disabled ranges and disabled form controls (#36741)
This commit is contained in:
parent
aa8d0b3439
commit
ed448925da
|
@ -17,7 +17,7 @@ Create custom `<input type="range">` controls with `.form-range`. The track (the
|
||||||
|
|
||||||
## Disabled
|
## Disabled
|
||||||
|
|
||||||
Add the `disabled` boolean attribute on an input to give it a grayed out appearance and remove pointer events.
|
Add the `disabled` boolean attribute on an input to give it a grayed out appearance, remove pointer events, and prevent focusing.
|
||||||
|
|
||||||
{{< example >}}
|
{{< example >}}
|
||||||
<label for="disabledRange" class="form-label">Disabled range</label>
|
<label for="disabledRange" class="form-label">Disabled range</label>
|
||||||
|
|
Loading…
Reference in New Issue