mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 10:29:37 +00:00
Cleanup some selectors firing double value-changed events (#26302)
This commit is contained in:
@@ -279,6 +279,7 @@ export class HaObjectSelector extends LitElement {
|
||||
}
|
||||
|
||||
private _handleChange(ev) {
|
||||
ev.stopPropagation();
|
||||
this._valueChangedFromChild = true;
|
||||
const value = ev.target.value;
|
||||
if (!ev.target.isValid) {
|
||||
|
||||
Reference in New Issue
Block a user