fix(core): update
This commit is contained in:
@ -45,6 +45,7 @@ export class DeesForm extends DeesElement {
|
||||
|
||||
public name: string = 'myform';
|
||||
public changeSubject = new domtools.rxjs.Subject();
|
||||
public readyDeferred = domtools.plugins.smartpromise.defer();
|
||||
|
||||
public render(): TemplateResult {
|
||||
return html`
|
||||
@ -70,6 +71,7 @@ export class DeesForm extends DeesElement {
|
||||
});
|
||||
}
|
||||
await this.addBehaviours();
|
||||
this.readyDeferred.resolve();
|
||||
}
|
||||
|
||||
public getFormElements(): Array<TFormInputElement> {
|
||||
|
Reference in New Issue
Block a user