T
TanStack17mo ago
sensitive-blue

const value = form.store.subscribe()

am trying to figure out what i should pass ito the subscribe to watch a field
2 Replies
optimistic-gold
optimistic-gold17mo ago
What, specifically, are you trying to do?
sensitive-blue
sensitive-blueOP17mo ago
am trying to subscribe to one of the form values outside of the form components, eg have a diff field that relies on values from prev and current fields the diff field would not exist in the form values just derived

Did you find this page helpful?