So, i have an input which is set to currency (value in Initial content)
and have two icons (+) and (-)
I want when + is pressed the value of input should be added by 10 and when minus icon is press the value should be subtracted and displayed in the input.
How to achieve the calculation without storing the value in database and then running a data modify workflow. I want the calculation to be in page as simple and when done user will click on button bid to store value in db
Just make sure the custom state is set on an element inside the cell - that way each instance of the element (inside each cell) will have its own value.