fix(core): update

This commit is contained in:
2023-04-06 17:32:49 +02:00
parent ed30ed3f8f
commit 3fae99554d
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,8 @@ export class DeesInputText extends DeesElement {
public key: string;
@property({
type: String
type: String,
reflect: true,
})
public value: string = '';