InputText is an extension to standard input element with theming.
InputText is used with the v-model property for two-way value binding.
InputText integrates seamlessly with the PrimeVue Forms library.
Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
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.
InputText provides small and large sizes as alternatives to the base.
An advisory text can be defined with the Message component.
Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.
When disabled is present, the element cannot be edited and focused.
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. |