1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-17 15:45:43 +01:00

Prevent time-input to close dialogs, popups and bottom-sheets (#30227)

This commit is contained in:
Wendelin
2026-03-19 14:47:06 +01:00
committed by GitHub
parent e08576a6dc
commit e04a0ec7dc

View File

@@ -273,6 +273,7 @@ export class HaBaseTimeInput extends LitElement {
.name=${"amPm"}
@selected=${this._valueChanged}
@wa-after-hide=${stopPropagation}
@wa-hide=${stopPropagation}
.options=${["AM", "PM"]}
>
</ha-select>`}