diff options
| author | Julien Déramond <[email protected]> | 2022-07-16 10:29:51 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-16 10:29:51 +0200 |
| commit | ed448925daa4fb20344f94e35c37dded9e0af8af (patch) | |
| tree | 20dd25b4488960f83b2e002d1df56d9153e3df01 | |
| parent | aa8d0b34399b647c1e89f58a9d244a396846cd64 (diff) | |
| download | bootstrap-ed448925daa4fb20344f94e35c37dded9e0af8af.tar.xz bootstrap-ed448925daa4fb20344f94e35c37dded9e0af8af.zip | |
Docs: same text for disabled ranges and disabled form controls (#36741)
| -rw-r--r-- | site/content/docs/5.2/forms/range.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/forms/range.md b/site/content/docs/5.2/forms/range.md index d7ac6965c..5c4f02612 100644 --- a/site/content/docs/5.2/forms/range.md +++ b/site/content/docs/5.2/forms/range.md @@ -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> |
