Unverified Commit 937b90ef authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

Update site/content/docs/5.0/forms/form-control.md

parent 4246f038
1 merge request!34040Placeholder changes to input value in readonly input.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -40,7 +40,7 @@ Add the `disabled` boolean attribute on an input to give it a grayed out appeara
## Readonly
Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear bolder (just like disabled inputs), but retain the standard cursor.
Add the `readonly` boolean attribute on an input to prevent modification of the input's value.
{{< example >}}
<input class="form-control" type="text" value="Readonly input here..." aria-label="readonly input example" readonly>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment