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:
@@ -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>`}
|
||||
|
||||
Reference in New Issue
Block a user