mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-21 08:47:26 +00:00
Trim search inputs (#20825)
This commit is contained in:
@@ -67,7 +67,7 @@ class SearchInput extends LitElement {
|
||||
}
|
||||
|
||||
private async _filterInputChanged(e) {
|
||||
this._filterChanged(e.target.value);
|
||||
this._filterChanged(e.target.value?.trim());
|
||||
}
|
||||
|
||||
private async _clearSearch() {
|
||||
|
||||
Reference in New Issue
Block a user