Skip to content

Commit 042e571

Browse files
VdustRmarcosmoura
authored andcommitted
fix(MdSelect): update the text if options are updated (#1481)
setFieldContent if options are changed fix #1389
1 parent aed487a commit 042e571

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/MdField/MdSelect/MdSelect.vue

+3
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,9 @@
289289
this.$nextTick().then(() => {
290290
this.didMount = true
291291
})
292+
},
293+
updated () {
294+
this.setFieldContent()
292295
}
293296
}
294297
</script>

0 commit comments

Comments
 (0)