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•10mo ago
yes if you pass the form to the other component you can use form.getFieldValue("fieldName"). Is that what you had in mind?