TanStackT
TanStack9mo ago
2 replies
ripe-gray

form.AppField -children-typeerror

<form.AppField
              name="firstName"
              children={(field) => <field.TextField label="First Name" />}
            />
Is it possible to call <TextField field={field} /> directly instead of using form.AppField with a children function like (field) => <field.TextField />? Can I pass the field value inside the children in another way?
Was this page helpful?