Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headings fix #26543

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/4.1/components/forms.md
Expand Up @@ -124,7 +124,7 @@ Set horizontally scrollable range inputs using `.form-control-range`.
{% endcapture %}
{% include example.html content=example %}

### Readonly
## Readonly

Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear lighter (just like disabled inputs), but retain the standard cursor.

Expand All @@ -133,7 +133,7 @@ Add the `readonly` boolean attribute on an input to prevent modification of the
{% endcapture %}
{% include example.html content=example %}

### Readonly plain text
## Readonly plain text

If you want to have `<input readonly>` elements in your form styled as plain text, use the `.form-control-plaintext` class to remove the default form field styling and preserve the correct margin and padding.

Expand Down