2
I have the following problem, I need the functionality of "back" in a button, if I am in the foot2 when I click I go back to the foot1 and from the foot3 to the foot2, it is possible to pick up the last object inside the date which has been amended?
My idea was to click the button, take the last altered value and change it to true.
data: {
paso1: false,
paso2: false,
paso3: true
},
the problem is that I need to click only one button and check only which was the last item changed, regardless if it is step 1,2 or 3
– haykou
It would be better if you explain what you want to do, because you may have a more appropriate solution, after all each time you make some change the same will point to the date object.
– Felipe Duarte