-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow individual item deletion in To-do list #18464
Conversation
Can we only show this option when |
Yes, we will have to come up with a good UX for that 👍 |
Nice thanks for merging! Ended hacktoberfest with my first PR into frontend ✅ |
Proposed change
Allow deleting individual items when
.DELETE_TODO_ITEM
is set.For the normal to-do list this is a nice to have, but for lists where
.UPDATE_TODO_ITEM
is not set you can't delete items at all. (Checkbox is hidden, so no delete-all option). This is required for the Picnic shopping cart (home-assistant/core#102855)Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: