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:
parent
1615723f10
commit
78f7eb4345
|
@ -67,10 +67,9 @@ export class WizardFormPage extends WizardPage {
|
|||
return html``;
|
||||
}
|
||||
|
||||
firstUpdated(): void {
|
||||
activeCallback = async () => {
|
||||
this.inputCallback();
|
||||
this.host.isValid = false;
|
||||
}
|
||||
};
|
||||
|
||||
render(): TemplateResult {
|
||||
return html`
|
||||
|
|
Reference in New Issue