From e6dac085cb1d601da1fc63bfd59d811612fa6ef4 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 8 Oct 2021 12:24:19 +0000 Subject: update composer libs --- .../site/content/docs/5.1/forms/form-control.md | 150 +++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/forms/form-control.md (limited to 'vendor/twbs/bootstrap/site/content/docs/5.1/forms/form-control.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.1/forms/form-control.md b/vendor/twbs/bootstrap/site/content/docs/5.1/forms/form-control.md new file mode 100644 index 000000000..9c1c495b1 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.1/forms/form-control.md @@ -0,0 +1,150 @@ +--- +layout: docs +title: Form controls +description: Give textual form controls like ``s and ` + +{{< /example >}} + +## Sizing + +Set heights using classes like `.form-control-lg` and `.form-control-sm`. + +{{< example >}} + + + +{{< /example >}} + +## Disabled + +Add the `disabled` boolean attribute on an input to give it a grayed out appearance and remove pointer events. + +{{< example >}} + + +{{< /example >}} + +## Readonly + +Add the `readonly` boolean attribute on an input to prevent modification of the input's value. + +{{< example >}} + +{{< /example >}} + +## Readonly plain text + +If you want to have `` 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. + +{{< example >}} +
+ +
+ +
+
+
+ +
+ +
+
+{{< /example >}} + +{{< example >}} +
+
+ + +
+
+ + +
+
+ +
+
+{{< /example >}} + +## File input + +{{< example >}} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+{{< /example >}} + +## Color + +{{< example >}} + + +{{< /example >}} + +## Datalists + +Datalists allow you to create a group of `