Skip to content

Commit

Permalink
fix(MdSelect): update the text if options are updated (#1481)
Browse files Browse the repository at this point in the history
setFieldContent if options are changed

fix #1389
  • Loading branch information
VdustR authored and marcosmoura committed Feb 6, 2018
1 parent aed487a commit 042e571
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/MdField/MdSelect/MdSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@
this.$nextTick().then(() => {
this.didMount = true
})
},
updated () {
this.setFieldContent()
}
}
</script>
Expand Down

0 comments on commit 042e571

Please sign in to comment.