T
TanStack5mo ago
other-emerald

Form-getFieldValue-Alternative

When using useForm, I get the value like this: form.getFieldValue(name). How can I get the value using useAppForm?
1 Reply
adverse-sapphire
adverse-sapphire5mo ago
From the answer in main chat, useAppForm is just an extension of FormApi, so it's the same method.

Did you find this page helpful?