InputText is used as a controlled input with ngModel property.
Combine InputText with IconField to display a clear icon that resets the value when clicked.
InputText provides small and large sizes as alternatives to the standard.
Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
The invalid state is applied using the invalid property to indicate failed validation, which can be integrated with Angular Forms.
When disabled is present, the element cannot be edited and focused.
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.
The fluid prop makes the component take up the full width of its container when set to true.
An advisory text can be defined with the semantic small tag.
InputText component renders a native input element that implicitly includes any passed prop. Value to describe the component can either be provided via label tag combined with id prop or using aria-labelledby, aria-label props.
| Key | Function |
|---|---|
| tab | Moves focus to the input. |