From 071a288d39f70719c771cd56ded6c36b5d150a83 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar <53071109+rajesh2kumar96@users.noreply.github.com> Date: Thu, 3 Jun 2021 11:44:10 +0530 Subject: [PATCH] Placeholder changes to input value in readonly input. (#34040) * placeholder changes to input value * Fix content and add value to readOnly input * add value in readonly input * Update site/content/docs/5.0/forms/form-control.md Co-authored-by: Rajesh Kumar Co-authored-by: Patrick H. Lauke Co-authored-by: Mark Otto --- site/content/docs/5.0/forms/form-control.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/docs/5.0/forms/form-control.md b/site/content/docs/5.0/forms/form-control.md index 057b785b12..9c1c495b16 100644 --- a/site/content/docs/5.0/forms/form-control.md +++ b/site/content/docs/5.0/forms/form-control.md @@ -35,15 +35,15 @@ Add the `disabled` boolean attribute on an input to give it a grayed out appeara {{< example >}} - + {{< /example >}} ## 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. {{< example >}} - + {{< /example >}} ## Readonly plain text