Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: same text for disabled ranges and disabled form controls (#36741)
  • Loading branch information
julien-deramond committed Jul 16, 2022
1 parent aa8d0b3 commit ed44892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.2/forms/range.md
Expand Up @@ -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>
Expand Down

0 comments on commit ed44892

Please sign in to comment.