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•14mo ago
What, specifically, are you trying to do?
sunny-greenOP•14mo 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