Skip to content
Discussion options

You must be logged in to vote

It's basically a conditional subscription. The same, as, say this (pseudo-code)

if (isChecked) {
  fieldValue.subscribe()
} else {
  fieldValue.unsubscribe()
}

Just a convenience prop to toggle the field values subscription (an optimization measure)

If you have some ideas on how to improve the docs to allow better understanding of the feature, we're open to suggestions!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@roksui
Comment options

@BrendanC23
Comment options

Answer selected by bluebill1049
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants