Updated to 2022.10.1
This commit is contained in:
parent
f8857a6bd4
commit
2a52d3441e
|
@ -1 +1 @@
|
||||||
2022.10.0
|
2022.10.3
|
|
@ -63,9 +63,8 @@ class SearchCard extends ct.LitElement {
|
||||||
slot="prefix"></ha-icon>
|
slot="prefix"></ha-icon>
|
||||||
<ha-icon-button slot="suffix"
|
<ha-icon-button slot="suffix"
|
||||||
@click="${this._clearInput}"
|
@click="${this._clearInput}"
|
||||||
icon="mdi:close"
|
|
||||||
alt="Clear"
|
alt="Clear"
|
||||||
title="Clear"></ha-icon-button>
|
title="Clear"><ha-icon icon="mdi:close"></ha-icon></ha-icon-button>
|
||||||
</paper-input>
|
</paper-input>
|
||||||
${results.length > 0 ?
|
${results.length > 0 ?
|
||||||
ct.LitHtml `<div id="count">Showing ${results.length} of ${this.results.length} results</div>`
|
ct.LitHtml `<div id="count">Showing ${results.length} of ${this.results.length} results</div>`
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue