thomasloven / hass-browser_mod

🔹 A Home Assistant integration to turn your browser into a controllable entity and media player
MIT License
1.33k stars 186 forks source link

Datetime selector not working in popup #660

Open cooperised opened 11 months ago

cooperised commented 11 months ago

My Home Assistant version: 2023.11.2

A popup containing a datetime selector is not usable.

Expected result: a second popup on clicking the date selector, allowing a date to be chosen.

Actual result: no popup, rendering the datetime selector inoperative.

To reproduce:

    service: browser_mod.popup
    data:
      title: Test
      content:
        - name: date
          label: 'Date:'
          selector:
            datetime: null

Other selectors are fine, this problem affects only date and datetime. This is a duplicate of #593 but that issue was closed as stale, and the problem persists.

By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:

edeckert commented 10 months ago

same here. I added a datetime helper. And when I try to change the value of the date, the datepicker is not opening. See this video:

Example-Video