mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix max option saving using keyboard for script mode (#20984)
This commit is contained in:
parent
22c54b3fea
commit
ab340e13e9
@ -147,7 +147,7 @@ class DialogAutomationMode extends LitElement implements HassDialog {
|
|||||||
type="number"
|
type="number"
|
||||||
name="max"
|
name="max"
|
||||||
.value=${this._newMax?.toString() ?? ""}
|
.value=${this._newMax?.toString() ?? ""}
|
||||||
@change=${this._valueChanged}
|
@input=${this._valueChanged}
|
||||||
class="max"
|
class="max"
|
||||||
>
|
>
|
||||||
</ha-textfield>
|
</ha-textfield>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user