T
TanStack14mo ago
sunny-green

const value = form.store.subscribe()

am trying to figure out what i should pass ito the subscribe to watch a field
2 Replies
absent-sapphire
absent-sapphire14mo ago
What, specifically, are you trying to do?
sunny-green
sunny-greenOP14mo 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?