Angular Bootstrap Input Group
Angular Input Group - Bootstrap 4 & Material Design
Note: We are transitioning MDB4 to a legacy version and focusing on developing MDB5.
While we'll continue to support for the transition period, we encourage you to migrate to
MDB5. We're offering a 50% discount on MDB5 PRO to help with your transition,
enabling you to leverage the full potential of the latest version. You can find more information here.
get 50% discount on MDB5 PRO
Angular Bootstrap input group is a field used for collecting data entered by users. It usually contains buttons, text areas or other inputs.
Basic example
Default input groups
Default styling for Angular Bootstrap Input Group component:
Material input groups
Material Design styling for Angular Bootstrap Input Group component:
Sizing
When you add the relative form sizing classes to the .input-group
itself, the contents within will
automatically resize — so no need for repeating the form control size classes on each element.
Sizing on the individual input group elements isn’t supported.
Checkboxes and radios
Place any checkbox or radio option within an input group’s addon instead of text.
Multiple inputs
While multiple <input>
s are supported visually, validation styles are only
available for input groups with a single <input>
.
Multiple addons
Multiple add-ons are supported and can be mixed with checkbox and radio input versions.
Buttons with dropdowns
Accessibility
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
and aria-labelledby
attributes, possibly in combination with
aria-describedby
) 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.
Angular Input Group - API
In this section you will find informations about required modules and available inputs, outputs, methods and events of input group component.
Modules used
In order to speed up your application, you can choose to import only the modules you actually need, instead of importing the entire MDB Angular library. Remember that importing the entire library, and immediately afterwards a specific module, is bad practice, and can cause application errors.