mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
Disable ha-form while submitting entry flow (#10290)
This commit is contained in:
parent
4b77910e4f
commit
42613d6519
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user