I can\'t find a way to clear the select field in method \"afterselection\" which is invoked after selecting an item:
template:
you can achieve this by adding ref to the component
then use the reset method of v-select component whenever you want!
reset
v-select
afterselection(item) { if (item) { console.log(item); this.$refs['adrlistRef'].reset(); } }