thomasloven / hass-browser_mod

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

To do list cannot delete items when using custom popup #661

Open kei81131 opened 9 months ago

kei81131 commented 9 months ago

My Home Assistant version: 2023.12.0

What I am doing: Use custom popup card to show todo list card in dashboard

What I expected to happen: When I tap the button of todo list card, which is for clear the completed items I can only do it in original todo list card

What happened instead: When I use custom popup card, and tap that button it will do nothing

Minimal steps to reproduce:

type: custom:popup-card
entity: input_boolean.test_onoff
title: Custom popup
dismissable: true
card:
  type: shopping-list
  title: to do list test in popup
  entity: todo.ttt
left_button: ttt

Error messages from the browser console:

// Select everything from the browser console and copy it

// Paste it here

image image

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

Briffou commented 9 months ago

Same problem observed with Home Assistant 2023.12.1