The InputText component is a fundamental UI element that allows users to enter and edit text. It is commonly used in forms, search fields, and data entry interfaces. This component ensures efficient user input handling, offering features like placeholder text, validation, and various input types.
Use warning, danger, or success properties to add a variant status on your input text.
Property disabled can be pass to the component or Field component
Use size property with option:
sm (25px)
md (33px)
lg (43px - default)
Pass an icon through to decorate your InputText.
Use iconPlacement to put on left (default) or right.
Use the isClearable prop to add a cross button to remove the content (value) of the TextInput
Pass transparent to remove background-color and border-color