Tracking specific fields in an array instead of the whole object #12345
Unanswered
salmanbabri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, if I've an invoice with a list of products in it, like this:-
Now, let's say I wanted to calculate the total cost using quantity and price. Is it possible to watch only these specific fields? Or my only options Is to watch the whole
products
array?Beta Was this translation helpful? Give feedback.
All reactions