From: Rajesh Kumar <53071109+rajesh2kumar96@users.noreply.github.com> Date: Thu, 3 Jun 2021 06:14:10 +0000 (+0530) Subject: Placeholder changes to input value in readonly input. (#34040) X-Git-Tag: v5.0.2~45 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=071a288d39f70719c771cd56ded6c36b5d150a83;p=thirdparty%2Fbootstrap.git 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 --- 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