1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

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

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