boruchsiper
Results
3
comments of
boruchsiper
That was it. Thanks.
It would be nice if there was a onEnter event for the steps to handle this requirement.
> I did this... > > ``` > > ... > tabChanged(oldIndex, newIndex) { > switch (newIndex) { > case 0: > this.$refs.name.focus() > break; > case 1: > this.$refs.address1.focus()...