web/elements: fix wizard form page changing state before being active

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-12-27 20:21:58 +01:00
parent 1615723f10
commit 78f7eb4345
No known key found for this signature in database
1 changed files with 2 additions and 3 deletions

View File

@ -67,10 +67,9 @@ export class WizardFormPage extends WizardPage {
return html``; return html``;
} }
firstUpdated(): void { activeCallback = async () => {
this.inputCallback(); this.inputCallback();
this.host.isValid = false; };
}
render(): TemplateResult { render(): TemplateResult {
return html` return html`