Commit 756b4e0c authored by Rajesh Kumar's avatar Rajesh Kumar
Browse files

Fix content and add value to readOnly input

parent 9ed33295
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 ...@@ -40,7 +40,7 @@ Add the `disabled` boolean attribute on an input to give it a grayed out appeara
## 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. 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.
{{< example >}} {{< example >}}
<input class="form-control" type="text" value="Readonly input here..." aria-label="readonly input example" readonly> <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