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``;
|
return html``;
|
||||||
}
|
}
|
||||||
|
|
||||||
firstUpdated(): void {
|
activeCallback = async () => {
|
||||||
this.inputCallback();
|
this.inputCallback();
|
||||||
this.host.isValid = false;
|
};
|
||||||
}
|
|
||||||
|
|
||||||
render(): TemplateResult {
|
render(): TemplateResult {
|
||||||
return html`
|
return html`
|
||||||
|
|
Reference in New Issue