disable browser autofill on search inputs (#27963)

This commit is contained in:
Raad Altaie 2025-11-17 06:58:40 -06:00 committed by GitHub
parent effba9b918
commit 869ab6ffc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ class SearchInput extends LitElement {
return html`
<ha-textfield
.autofocus=${this.autofocus}
autocomplete="off"
.label=${this.label || this.hass.localize("ui.common.search")}
.value=${this.filter || ""}
icon