T
TanStack8mo ago
grumpy-cyan

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
afraid-scarlet
afraid-scarlet8mo 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?