Disable ha-form while submitting entry flow (#10290)

This commit is contained in:
Paulus Schoutsen
2021-10-16 05:37:48 -07:00
committed by GitHub
parent 4b77910e4f
commit 42613d6519

View File

@@ -48,6 +48,7 @@ class StepFlowForm extends LitElement {
: ""}
<ha-form
.data=${stepData}
.disabled=${this._loading}
@value-changed=${this._stepDataChanged}
.schema=${step.data_schema}
.error=${step.errors}