Repeater immediately change field after another field changes
i needed whenever quantity is changed to automatically set the value to remaining quantity as i type.
Solution:Jump to solution
So you will need to make quanity reactive.
Then use the $record, get the $record for the product and it's quanity, and - this quanity from the records quanity....
3 Replies
Solution
So you will need to make quanity reactive.
Then use the $record, get the $record for the product and it's quanity, and - this quanity from the records quanity.
It worked. Thank you
Welcome