UEI logo

UEI Manufacturing System

Operations Workspace

FormTextInput Reference

Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.

Hierarchy

Comece por `atoms` e avance para níveis maiores só quando a capacidade realmente precisar de composição.

FormTextInput

React Hook Form wrapper for TextInput.

Use when: Use inside forms driven by react-hook-form control objects.

Import

import { FormTextInput } from "@components/index";

Example

<FormTextInput control={form.control} name="orderNumber" label="Order number" />

Available Props

controlRHF control

Form controller from react-hook-form.

namefield path

Field identifier in form schema.

errorMessagestring

Optional external validation fallback.

Live Preview

Wrapper over `TextInput` for RHF forms.

Controls

No standalone live preview here because this component depends on a react-hook-form control.

This application is a prototype and is being developed by Antonio Araujo and Seron S.