Text, icon, buttons and other content can be grouped next to an input.
import { InputGroupModule } from 'primeng/inputgroup';
import { InputGroupAddonModule } from 'primeng/inputgroupaddon';A group is created by wrapping the input and add-ons with the p-inputgroup component. Each add-on element is defined as a child of p-inputgroup-addon component.
Multiple add-ons can be placed inside the same group.
Buttons can be placed at either side of an input element.
Checkbox and RadioButton components can be combined with an input element under the same group.
FloatLabel visually integrates a label with its form element. Visit FloatLabel documentation for more information.
IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information.
InputGroup and InputGroupAddon does not require any roles and attributes.
Component does not include any interactive elements.