Answer the question
In order to leave comments, you need to log in
"Address same as previous" method?
There is a huge form in which there are many fields of various addresses.
form {
home: {
address1: '',
address2: '',
},
work: {
address1: '',
address2: '',
},
}
this.form.home.address2 = this.form.home.address1
<v-checkbox @change="equalAddress(form.home.address1, form.home.address2)"/>
equalAddress(address1, address2) {
address2 = address1
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question