]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: same text for disabled ranges and disabled form controls (#36741)
authorJulien Déramond <julien.deramond@orange.com>
Sat, 16 Jul 2022 08:29:51 +0000 (10:29 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Jul 2022 08:29:51 +0000 (10:29 +0200)
site/content/docs/5.2/forms/range.md

index d7ac6965cd717c9259d730df04be685eb13801f9..5c4f02612d36d21ef9838ee8a70d047c42917360 100644 (file)
@@ -17,7 +17,7 @@ Create custom `<input type="range">` controls with `.form-range`. The track (the
 
 ## 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 >}}
 <label for="disabledRange" class="form-label">Disabled range</label>