mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Fix state content options when opening (#21437)
This commit is contained in:
parent
0fa3538db5
commit
d94d5f96c3
@ -214,6 +214,7 @@ class HaEntityStatePicker extends LitElement {
|
|||||||
|
|
||||||
private _openedChanged(ev: ValueChangedEvent<boolean>) {
|
private _openedChanged(ev: ValueChangedEvent<boolean>) {
|
||||||
this._opened = ev.detail.value;
|
this._opened = ev.detail.value;
|
||||||
|
this._comboBox.filteredItems = this._comboBox.items;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _filterChanged(ev?: CustomEvent): void {
|
private _filterChanged(ev?: CustomEvent): void {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user