Fix max option saving using keyboard for script mode (#20984)

This commit is contained in:
Paul Bottein 2024-06-04 16:46:08 +02:00 committed by GitHub
parent 22c54b3fea
commit ab340e13e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>