mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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"
|
||||
name="max"
|
||||
.value=${this._newMax?.toString() ?? ""}
|
||||
@change=${this._valueChanged}
|
||||
@input=${this._valueChanged}
|
||||
class="max"
|
||||
>
|
||||
</ha-textfield>
|
||||
|
Loading…
x
Reference in New Issue
Block a user