--- layout: page title: Input group --- Extend form controls by adding text or buttons before, after, or on both sides of any text-based ``. Use `.input-group` with an `.input-group-addon` to prepend or append elements to a single `.form-control`.
<input>
s onlyAvoid using <textarea>
elements here as their rows
attribute will not be respected in some cases.
When using tooltips or popovers on elements within an .input-group
, you'll have to specify the option container: 'body'
to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).
Do not mix form groups or grid column classes directly with input groups. Instead, nest the input group inside of the form group or grid-related element.