mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Clear Area picker when "Add new area" was canceled (#19088)
This commit is contained in:
parent
af9b64c6f0
commit
58eebf2dbd
@ -446,6 +446,7 @@ export class HaAreaPicker extends LitElement {
|
|||||||
cancel: () => {
|
cancel: () => {
|
||||||
this._setValue(undefined);
|
this._setValue(undefined);
|
||||||
this._suggestion = undefined;
|
this._suggestion = undefined;
|
||||||
|
this.comboBox.setInputValue("");
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user