Skip to content

Commit

Permalink
fix(str-1272): clear search when selecting value (multiple)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Veiga committed Sep 5, 2022
1 parent 8550b30 commit afcaa30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ export default {
this.handleOptionCreated(value)
}
this.searchInput = ''
return
}
Expand Down

0 comments on commit afcaa30

Please sign in to comment.