From 46a7035ab2869789fcb737093f29a7b6403b213b Mon Sep 17 00:00:00 2001 From: Ryan Mortier Date: Mon, 14 Nov 2022 12:54:40 -0500 Subject: [PATCH] Update input-group.md with form text example (#37406) * Update input-group.md with form text example This updated example shows where to correctly put form text (i.e. not inside the input group). * Fix markup * Update input-group.md Co-authored-by: Mark Otto --- site/content/docs/5.2/forms/input-group.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/site/content/docs/5.2/forms/input-group.md b/site/content/docs/5.2/forms/input-group.md index 00e9eeec9a..01be5cffed 100644 --- a/site/content/docs/5.2/forms/input-group.md +++ b/site/content/docs/5.2/forms/input-group.md @@ -21,10 +21,13 @@ Place one add-on or button on either side of an input. You may also place one on @example.com - -
- https://example.com/users/ - +
+ +
+ https://example.com/users/ + +
+
Example help text goes outside the input group.
-- 2.47.2