use the internal value of md_input to set the value of the container

This commit is contained in:
kpilard 2016-11-19 03:42:58 +01:00
parent d2f22114aa
commit b54fc90d16

View file

@ -29,7 +29,7 @@ export default {
this.parentContainer.counterLength = this.maxlength;
},
setParentValue() {
this.parentContainer.setValue(this.$el.value);
this.parentContainer.setValue(this.value);
},
setParentDisabled() {
this.parentContainer.isDisabled = this.disabled;