When using <v-combobox>
in Vuetify.js, I noticed that when I click away, the value I had typed gets added to the model automatically.
Is there a way to prevent this behavior?
Check out the official documentation for Vuetify combobox here
I found it strange that the JSFiddle example works fine, but when I copy the exact HTML/JS into my application, I face this issue.