mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Fix select entity row opening more info on select (#25292)
This commit is contained in:
parent
74488c0b96
commit
cfc7f91f03
@ -93,6 +93,7 @@ class HuiSelectEntityRow extends LitElement implements LovelaceRow {
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
private _handleAction(ev): void {
|
private _handleAction(ev): void {
|
||||||
|
ev.stopPropagation();
|
||||||
const stateObj = this.hass!.states[this._config!.entity] as SelectEntity;
|
const stateObj = this.hass!.states[this._config!.entity] as SelectEntity;
|
||||||
|
|
||||||
const option = ev.target.value;
|
const option = ev.target.value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user