How to bind vee-validate field to Vuetify’s v-autocomplete without showing [object Object]?
When binding a vee-validate field to a v-autocomplete component, the input displays [object Object] whenever an option is selected. On blurring the input, the correct value is displayed, the issue only occurs when the focus is on the input field.