T
TanStack14mo ago
adverse-sapphire

get raw store values

i see tanstack form uses tanstack store under the hood so am curious if it's possible to get the field values in another component directly from tanstack store
1 Reply
afraid-scarlet
afraid-scarlet13mo ago
yes if you pass the form to the other component you can use form.getFieldValue("fieldName"). Is that what you had in mind?

Did you find this page helpful?