From 2d941d034e07f4a60cab93fb68b27dd8f6a2fa5d Mon Sep 17 00:00:00 2001
From: Jason Quense <monastic.panic@gmail.com>
Date: Thu, 5 Apr 2018 17:03:54 -0400
Subject: [PATCH] Remove note about multiple inputs (#26194)

* Remove note about multiple inputs

* patchs the PR and removes the word Also
---
 docs/4.0/components/input-group.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/4.0/components/input-group.md b/docs/4.0/components/input-group.md
index 670e563ecd..fddca987a2 100644
--- a/docs/4.0/components/input-group.md
+++ b/docs/4.0/components/input-group.md
@@ -8,7 +8,7 @@ toc: true
 
 ## Basic example
 
-Place one add-on or button on either side of an input. You may also place one on both sides of an input. **We do not support multiple form-controls in a single input group** and `<label>`s must come outside the input group.
+Place one add-on or button on either side of an input. You may also place one on both sides of an input. Remember to place `<label>`s outside the input group.
 
 {% capture example %}
 <div class="input-group mb-3">
-- 
GitLab