Class TextInputGroup

All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, TextInputGroup>, ElementClassListMethods<HTMLElement, TextInputGroup>, ElementConsumerMethods<HTMLElement, TextInputGroup>, ElementContainerMethods<HTMLElement, TextInputGroup>, ElementEventMethods<HTMLElement, TextInputGroup>, ElementIdMethods<HTMLElement, TextInputGroup>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, TextInputGroup>, HTMLElementDataMethods<HTMLElement, TextInputGroup>, HTMLElementStyleMethods<HTMLElement, TextInputGroup>, HTMLElementVisibilityMethods<HTMLElement, TextInputGroup>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, TextInputGroup>, Component, ComponentIcon<HTMLElement, TextInputGroup>, HasValue<String>, Validatable<HTMLElement, TextInputGroup>, Modifiers.Disabled<HTMLElement, TextInputGroup>, Modifiers.Plain<HTMLElement, TextInputGroup>

public class TextInputGroup extends BaseTextInputGroup<TextInputGroup>
A text input group is a more flexible composable version of a text input. It enables consumers of PatternFly to build custom inputs for filtering and similar use cases by placing elements like icons, chips groups and buttons within a text input.
See Also: