⚡ Fixes value not updating on form init
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
if (this.initialOption) {
|
||||
this.selectedRadio = this.initialOption;
|
||||
this.updateValue(this.initialOption);
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user