Skip to content

Commit

Permalink
fix(VAutocomplete): call updateMenuDimensions on item prop change
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardovanlaarhoven committed Jul 14, 2022
1 parent 6487990 commit b503811
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export default VSelect.extend({
!this.isMenuActive &&
val.length
) this.activateMenu()
this.updateMenuDimensions()
},
searchInput (val: string) {
this.lazySearch = val
Expand Down

0 comments on commit b503811

Please sign in to comment.