I'm having the following problem, I need the "back" functionality on a button, if I'm in step2 when I click I go back to step1 and from step3 to step2, you can get the last object inside the date that has been changed?
My idea was to click the button, get the last changed value and change it to true .
data: {
paso1: false,
paso2: false,
paso3: true
},