diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index b454901..c54275f 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.161', + version: '1.0.162', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-input-text.ts b/ts_web/elements/dees-input-text.ts index ba5c81e..6d5c8cb 100644 --- a/ts_web/elements/dees-input-text.ts +++ b/ts_web/elements/dees-input-text.ts @@ -29,7 +29,8 @@ export class DeesInputText extends DeesElement { public key: string; @property({ - type: String + type: String, + reflect: true, }) public value: string = '';