I can\'t find a way to clear the select field in method \"afterselection\" which is invoked after selecting an item:
template:
Looks like you need to bind to the select a v-model that is a computed property. Then it would be possible to change that value with the @input event.