InputGroup
Use the InputGroup as the outermost layout wrapper for form field components
such as TextInput to support horizontal grouping of fields.
When to use
- To group form field components such as
TextInputside by side in a single horizontal line.
When not to use
- For multiline or stacked form layouts. Use individual form fields without grouping instead.
Limitations
InputGroup doesn't handle multiline content. It's designed for single-line use
cases. To manage larger content, ensure that the component can either shrink or
that the container scrolls on overflow.