mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Improve area picker UI and search (#25472)
* Improve area picker UI and search * Feedbacks
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user