diff --git a/docs/components/input-group.md b/docs/components/input-group.md index 6681485ba..c89b44e87 100644 --- a/docs/components/input-group.md +++ b/docs/components/input-group.md @@ -5,16 +5,6 @@ title: Input group Easily extend form controls by adding text, buttons, or button groups on either side of textual ``s. -
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).
Screen readers will have trouble with your forms if you don't include a label for every input. For these input groups, ensure that any additional label or functionality is conveyed to assistive technologies.
-The exact technique to be used (<label> elements hidden using the .sr-only class, or use of the aria-label, aria-labelledby, aria-describedby, title or placeholder attribute) and what additional information will need to be conveyed will vary depending on the exact type of interface widget you're implementing. The examples in this section provide a few suggested, case-specific approaches.