Improve area picker UI and search (#25472)

* Improve area picker UI and search

* Feedbacks
This commit is contained in:
Paul Bottein
2025-05-15 15:53:22 +02:00
committed by GitHub
parent 9749a64ae1
commit 20a7b3870c
2 changed files with 147 additions and 220 deletions

View File

@@ -403,7 +403,8 @@ export class HaEntityPicker extends LitElement {
}
public async open() {
this._picker?.open();
await this.updateComplete;
await this._picker?.open();
}
private _valueChanged(ev) {