Skip to content

Commit

Permalink
Merge 68ab377 into 6feca77
Browse files Browse the repository at this point in the history
  • Loading branch information
JMente committed Feb 28, 2019
2 parents 6feca77 + 68ab377 commit f8bda52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Autocomplete.vue
Expand Up @@ -523,6 +523,14 @@ export default {
}
}
},
watch: {
initialValue(newValue, oldValue){
this.value = newValue
},
initialDisplay(newDisplay, oldDisplay){
this.display = newDisplay
}
},
mounted () {
this.value = this.initialValue
this.display = this.initialDisplay
Expand Down

0 comments on commit f8bda52

Please sign in to comment.