diff --git a/src/components/mdInputContainer/common.js b/src/components/mdInputContainer/common.js index 513258f..7e93bb0 100644 --- a/src/components/mdInputContainer/common.js +++ b/src/components/mdInputContainer/common.js @@ -7,6 +7,9 @@ export default { placeholder: [String, Number] }, watch: { + value() { + this.setParentValue(); + }, disabled() { this.setParentDisabled(); },