mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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: () => {
|
||||
this._setValue(undefined);
|
||||
this._suggestion = undefined;
|
||||
this.comboBox.setInputValue("");
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user