diff --git a/components/input/src/base-input.js b/components/input/src/base-input.js index 0833d475..7b50e015 100644 --- a/components/input/src/base-input.js +++ b/components/input/src/base-input.js @@ -159,7 +159,10 @@ export default class BaseInput extends LitElement { name: { type: String }, type: { type: String, reflect: true }, - value: { type: String }, + value: { + type: String, + reflect: true + }, lang: { type: String }, pattern: { type: String,