T
TanStack11mo ago
unwilling-turquoise

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
quickest-silver
quickest-silver10mo 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?